#3CCA36

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

Shades of Lime Green #3CCA36

Tints of Lime Green #3CCA36

Color information

#3CCA36 (or 0x3CCA36) is unknown color: approx Lime Green. HEX triplet: 3C, CA and 36. RGB value is (60,202,54). Sum of RGB (Red+Green+Blue) = 60+202+54=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA36 is #C335C9. Grayscale: #8F8F8F. Windows color (decimal): -12793290 or 3590716. OLE color: 3590716.

HSL color Cylindrical-coordinate representation of color #3CCA36: hue angle of 117.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCA36 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB6020254-
CMYK0.7000.730.21
HSL117.57º58.27%50.2%-
HSV(B)117.57º73.27%79.22%-
XYZ23.6543.4710.63-
YUV142.6777.9669.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 202 (79.30% from 255) = 63.92%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=18.99%
G=63.92%
B=17.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60202540.7000.730.21117.5758.2750.2
Hex3CCA364604915763a32
Octal74312661060111251667262
Binary11110011001010110110100011001001001101011110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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