#3CE52F

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

Shades of Lime Green #3CE52F

Tints of Lime Green #3CE52F

Color information

#3CE52F (or 0x3CE52F) is unknown color: approx Lime Green. HEX triplet: 3C, E5 and 2F. RGB value is (60,229,47). Sum of RGB (Red+Green+Blue) = 60+229+47=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE52F is #C31AD0. Grayscale: #9E9E9E. Windows color (decimal): -12786385 or 3138876. OLE color: 3138876.

HSL color Cylindrical-coordinate representation of color #3CE52F: hue angle of 115.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CE52F is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB6022947-
CMYK0.7400.790.10
HSL115.71º77.78%54.12%-
HSV(B)115.71º79.48%89.8%-
XYZ30.457.212.13-
YUV157.7265.5158.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.86%
GREEN value IS 229 (89.84% from 255) = 68.15%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=17.86%
G=68.15%
B=13.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal60229470.7400.790.10115.7177.7854.12
Hex3CE52F4A04FA744e36
Octal743455711201171216411666
Binary11110011100101101111100101001001111101011101001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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