#4CE942

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

Shades of Lime Green #4CE942

Tints of Lime Green #4CE942

Color information

#4CE942 (or 0x4CE942) is unknown color: approx Lime Green. HEX triplet: 4C, E9 and 42. RGB value is (76,233,66). Sum of RGB (Red+Green+Blue) = 76+233+66=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE942 is #B316BD. Grayscale: #A7A7A7. Windows color (decimal): -11736766 or 4385100. OLE color: 4385100.

HSL color Cylindrical-coordinate representation of color #4CE942: hue angle of 116.41º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4CE942 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB7623366-
CMYK0.6700.720.09
HSL116.41º79.15%58.63%-
HSV(B)116.41º71.67%91.37%-
XYZ33.160.2115.03-
YUV167.0270.9963.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.27%
GREEN value IS 233 (91.41% from 255) = 62.13%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=20.27%
G=62.13%
B=17.6%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal76233660.6700.720.09116.4179.1558.63
Hex4CE942430489744f3b
Octal11435110210301101116411773
Binary1001100111010011000010100001101001000100111101001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CE942; }

 p { color: rgb(76,233,66); }

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

<style>
 a { background-color: #4CE942; }

 a { background-color: rgb(76,233,66); }

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

<style>
 span { border-color: #4CE942; }

 span { border-color: rgb(76,233,66); }

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