#4ECC46

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

Shades of Lime Green #4ECC46

Tints of Lime Green #4ECC46

Color information

#4ECC46 (or 0x4ECC46) is unknown color: approx Lime Green. HEX triplet: 4E, CC and 46. RGB value is (78,204,70). Sum of RGB (Red+Green+Blue) = 78+204+70=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECC46 is #B133B9. Grayscale: #979797. Windows color (decimal): -11613114 or 4639822. OLE color: 4639822.

HSL color Cylindrical-coordinate representation of color #4ECC46: hue angle of 116.42º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ECC46 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB7820470-
CMYK0.6200.660.2
HSL116.42º56.78%53.73%-
HSV(B)116.42º65.69%80%-
XYZ25.8445.2513.17-
YUV151.0582.2675.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 204 (80.08% from 255) = 57.95%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=22.16%
G=57.95%
B=19.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal78204700.6200.660.2116.4256.7853.73
Hex4ECC463E04214743936
Octal116314106760102241647166
Binary100111011001100100011011111001000010101001110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ECC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,204,70); }

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

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

 a { background-color: rgb(78,204,70); }

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

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

 span { border-color: rgb(78,204,70); }

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