#4ED142

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

Shades of Lime Green #4ED142

Tints of Lime Green #4ED142

Color information

#4ED142 (or 0x4ED142) is unknown color: approx Lime Green. HEX triplet: 4E, D1 and 42. RGB value is (78,209,66). Sum of RGB (Red+Green+Blue) = 78+209+66=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 209 (82.03% from 255 or 59.21% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED142 is #B12EBD. Grayscale: #999999. Windows color (decimal): -11611838 or 4378958. OLE color: 4378958.

HSL color Cylindrical-coordinate representation of color #4ED142: hue angle of 114.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED142 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB7820966-
CMYK0.6300.680.18
HSL114.97º60.85%53.92%-
HSV(B)114.97º68.42%81.96%-
XYZ26.9347.6112.93-
YUV153.5378.674.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 209 (82.03% from 255) = 59.21%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=22.10%
G=59.21%
B=18.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78209660.6300.680.18114.9760.8553.92
Hex4ED1423F04412733d36
Octal116321102770104221637566
Binary100111011010001100001011111101000100100101110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,209,66); }

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

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

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

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

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

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

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