#4ED93C

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

Shades of Lime Green #4ED93C

Tints of Lime Green #4ED93C

Color information

#4ED93C (or 0x4ED93C) is unknown color: approx Lime Green. HEX triplet: 4E, D9 and 3C. RGB value is (78,217,60). Sum of RGB (Red+Green+Blue) = 78+217+60=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED93C is #B126C3. Grayscale: #9E9E9E. Windows color (decimal): -11609796 or 3987790. OLE color: 3987790.

HSL color Cylindrical-coordinate representation of color #4ED93C: hue angle of 113.12º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4ED93C is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB7821760-
CMYK0.6400.720.15
HSL113.12º67.38%54.31%-
HSV(B)113.12º72.35%85.1%-
XYZ28.7751.5712.71-
YUV157.5472.9571.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 217 (85.16% from 255) = 61.13%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=21.97%
G=61.13%
B=16.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal78217600.6400.720.15113.1267.3854.31
Hex4ED93C40048F714336
Octal1163317410001101716110366
Binary100111011011001111100100000001001000111111100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,217,60); }

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

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

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

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

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

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

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