#4CEA45

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

Shades of Lime Green #4CEA45

Tints of Lime Green #4CEA45

Color information

#4CEA45 (or 0x4CEA45) is unknown color: approx Lime Green. HEX triplet: 4C, EA and 45. RGB value is (76,234,69). Sum of RGB (Red+Green+Blue) = 76+234+69=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA45 is #B315BA. Grayscale: #A8A8A8. Windows color (decimal): -11736507 or 4581964. OLE color: 4581964.

HSL color Cylindrical-coordinate representation of color #4CEA45: hue angle of 117.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CEA45 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB7623469-
CMYK0.6800.710.08
HSL117.45º79.71%59.41%-
HSV(B)117.45º70.51%91.76%-
XYZ33.4860.8115.6-
YUV167.9572.1562.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.05%
GREEN value IS 234 (91.80% from 255) = 61.74%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=20.05%
G=61.74%
B=18.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal76234690.6800.710.08117.4579.7159.41
Hex4CEA4544047875503b
Octal11435210510401071016512073
Binary1001100111010101000101100010001000111100011101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,234,69); }

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

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

 a { background-color: rgb(76,234,69); }

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

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

 span { border-color: rgb(76,234,69); }

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