#3CD12F

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

Shades of Lime Green #3CD12F

Tints of Lime Green #3CD12F

Color information

#3CD12F (or 0x3CD12F) is unknown color: approx Lime Green. HEX triplet: 3C, D1 and 2F. RGB value is (60,209,47). Sum of RGB (Red+Green+Blue) = 60+209+47=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #3CD12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD12F is #C32ED0. Grayscale: #929292. Windows color (decimal): -12791505 or 3133756. OLE color: 3133756.

HSL color Cylindrical-coordinate representation of color #3CD12F: hue angle of 115.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CD12F is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB6020947-
CMYK0.7100.780.18
HSL115.19º63.78%50.2%-
HSV(B)115.19º77.51%81.96%-
XYZ25.1846.7710.39-
YUV145.9872.1466.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 209 (82.03% from 255) = 66.14%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=18.99%
G=66.14%
B=14.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60209470.7100.780.18115.1963.7850.2
Hex3CD12F4704E12734032
Octal743215710701162216310062
Binary111100110100011011111000111010011101001011100111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,209,47); }

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

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

 a { background-color: rgb(60,209,47); }

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

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

 span { border-color: rgb(60,209,47); }

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