#4ED64E

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

Shades of Lime Green #4ED64E

Tints of Lime Green #4ED64E

Color information

#4ED64E (or 0x4ED64E) is unknown color: approx Lime Green. HEX triplet: 4E, D6 and 4E. RGB value is (78,214,78). Sum of RGB (Red+Green+Blue) = 78+214+78=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED64E is #B129B1. Grayscale: #9E9E9E. Windows color (decimal): -11610546 or 5166670. OLE color: 5166670.

HSL color Cylindrical-coordinate representation of color #4ED64E: hue angle of 120º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED64E is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB7821478-
CMYK0.6400.640.16
HSL120º62.39%57.25%-
HSV(B)120º63.55%83.92%-
XYZ28.5650.2615.4-
YUV157.8382.9471.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 214 (83.98% from 255) = 57.84%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=21.08%
G=57.84%
B=21.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78214780.6400.640.1612062.3957.25
Hex4ED64E4004010783e39
Octal1163261161000100201707671
Binary1001110110101101001110100000001000000100001111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,214,78); }

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

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

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

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

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

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

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