#4CE046

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

Shades of Lime Green #4CE046

Tints of Lime Green #4CE046

Color information

#4CE046 (or 0x4CE046) is unknown color: approx Lime Green. HEX triplet: 4C, E0 and 46. RGB value is (76,224,70). Sum of RGB (Red+Green+Blue) = 76+224+70=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE046 is #B31FB9. Grayscale: #A2A2A2. Windows color (decimal): -11739066 or 4644940. OLE color: 4644940.

HSL color Cylindrical-coordinate representation of color #4CE046: hue angle of 117.66º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CE046 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB7622470-
CMYK0.6600.690.12
HSL117.66º71.3%57.65%-
HSV(B)117.66º68.75%87.84%-
XYZ30.7455.2914.85-
YUV162.1975.9766.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 224 (87.89% from 255) = 60.54%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=20.54%
G=60.54%
B=18.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal76224700.6600.690.12117.6671.357.65
Hex4CE04642045C76473a
Octal11434010610201051416610772
Binary1001100111000001000110100001001000101110011101101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,224,70); }

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

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

 a { background-color: rgb(76,224,70); }

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

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

 span { border-color: rgb(76,224,70); }

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