#3CD436

Color #3CD436 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CD436

Tints of Lime Green #3CD436

Color information

#3CD436 (or 0x3CD436) is unknown color: approx Lime Green. HEX triplet: 3C, D4 and 36. RGB value is (60,212,54). Sum of RGB (Red+Green+Blue) = 60+212+54=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 212 (83.20% from 255 or 65.03% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD436 is #C32BC9. Grayscale: #959595. Windows color (decimal): -12790730 or 3593276. OLE color: 3593276.

HSL color Cylindrical-coordinate representation of color #3CD436: hue angle of 117.72º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CD436 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB6021254-
CMYK0.7200.750.17
HSL117.72º64.75%52.16%-
HSV(B)117.72º74.53%83.14%-
XYZ26.0748.3111.44-
YUV148.5474.6464.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 18.40%
GREEN value IS 212 (83.20% from 255) = 65.03%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=18.40%
G=65.03%
B=16.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal60212540.7200.750.17117.7264.7552.16
Hex3CD4364804B11764134
Octal743246611001132116610164
Binary111100110101001101101001000010010111000111101101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CD436; }

 p { color: rgb(60,212,54); }

 H1.HeaderClassName
 {
   color: #3CD436;
 }
 .AnyTagClassName
 {
   color: #3CD436;
 }
</style>
background-color css

<style>
 a { background-color: #3CD436; }

 a { background-color: rgb(60,212,54); }

 div.DivClassName
 {
   background-color: #3CD436;
 }
 .BgClassName
 {
   background-color: #3CD436;
 }
</style>
border-color css

<style>
 span { border-color: #3CD436; }

 span { border-color: rgb(60,212,54); }

 td.TdClassName
 {
   border-color: #3CD436;
 }
 .TagClassName
 {
   border-color: #3CD436;
 }
</style>