#4ED131

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

Shades of Lime Green #4ED131

Tints of Lime Green #4ED131

Color information

#4ED131 (or 0x4ED131) is unknown color: approx Lime Green. HEX triplet: 4E, D1 and 31. RGB value is (78,209,49). Sum of RGB (Red+Green+Blue) = 78+209+49=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 209 (82.03% from 255 or 62.20% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED131 is #B12ECE. Grayscale: #989898. Windows color (decimal): -11611855 or 3264846. OLE color: 3264846.

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

Color convert

RGB7820949-
CMYK0.6300.770.18
HSL109.12º63.49%50.59%-
HSV(B)109.12º76.56%81.96%-
XYZ26.547.4410.67-
YUV151.5970.175.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 209 (82.03% from 255) = 62.20%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=23.21%
G=62.20%
B=14.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78209490.6300.770.18109.1263.4950.59
Hex4ED1313F04D126d3f33
Octal11632161770115221557763
Binary10011101101000111000111111101001101100101101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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