#4ED051

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

Shades of Lime Green #4ED051

Tints of Lime Green #4ED051

Color information

#4ED051 (or 0x4ED051) is unknown color: approx Lime Green. HEX triplet: 4E, D0 and 51. RGB value is (78,208,81). Sum of RGB (Red+Green+Blue) = 78+208+81=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED051 is #B12FAE. Grayscale: #9B9B9B. Windows color (decimal): -11612079 or 5361742. OLE color: 5361742.

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

Color convert

RGB7820881-
CMYK0.6200.610.18
HSL121.38º58.04%56.08%-
HSV(B)121.38º62.5%81.57%-
XYZ27.1847.3315.49-
YUV154.6586.4373.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=21.25%
G=56.68%
B=22.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78208810.6200.610.18121.3858.0456.08
Hex4ED0513E03D12793a38
Octal11632012176075221717270
Binary10011101101000010100011111100111101100101111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,208,81); }

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

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

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

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

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

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

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