#4CEA30

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

Shades of Lime Green #4CEA30

Tints of Lime Green #4CEA30

Color information

#4CEA30 (or 0x4CEA30) is unknown color: approx Lime Green. HEX triplet: 4C, EA and 30. RGB value is (76,234,48). Sum of RGB (Red+Green+Blue) = 76+234+48=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 234 (91.80% from 255 or 65.36% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA30 is #B315CF. Grayscale: #A6A6A6. Windows color (decimal): -11736528 or 3205708. OLE color: 3205708.

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

Color convert

RGB7623448-
CMYK0.6800.790.08
HSL110.97º81.58%55.29%-
HSV(B)110.97º79.49%91.76%-
XYZ32.9460.612.76-
YUV165.5561.6564.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 234 (91.80% from 255) = 65.36%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=21.23%
G=65.36%
B=13.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal76234480.6800.790.08110.9781.5855.29
Hex4CEA304404F86f5237
Octal1143526010401171015712267
Binary100110011101010110000100010001001111100011011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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