#4EE345

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

Shades of Lime Green #4EE345

Tints of Lime Green #4EE345

Color information

#4EE345 (or 0x4EE345) is unknown color: approx Lime Green. HEX triplet: 4E, E3 and 45. RGB value is (78,227,69). Sum of RGB (Red+Green+Blue) = 78+227+69=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 227 (89.06% from 255 or 60.70% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 227 - color contains mainly: green. Hex color #4EE345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EE345 is #B11CBA. Grayscale: #A4A4A4. Windows color (decimal): -11607227 or 4580174. OLE color: 4580174.

HSL color Cylindrical-coordinate representation of color #4EE345: hue angle of 116.58º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EE345 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB7822769-
CMYK0.6600.700.11
HSL116.58º73.83%58.04%-
HSV(B)116.58º69.6%89.02%-
XYZ31.6956.9914.96-
YUV164.4474.1466.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.86%
GREEN value IS 227 (89.06% from 255) = 60.70%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=20.86%
G=60.70%
B=18.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal78227690.6600.700.11116.5873.8358.04
Hex4EE34542046B754a3a
Octal11634310510201061316511272
Binary1001110111000111000101100001001000110101111101011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,227,69); }

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

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

 a { background-color: rgb(78,227,69); }

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

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

 span { border-color: rgb(78,227,69); }

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