#1ED140

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

Shades of Lime Green #1ED140

Tints of Lime Green #1ED140

Color information

#1ED140 (or 0x1ED140) is unknown color: approx Lime Green. HEX triplet: 1E, D1 and 40. RGB value is (30,209,64). Sum of RGB (Red+Green+Blue) = 30+209+64=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED140 is #E12EBF. Grayscale: #8B8B8B. Windows color (decimal): -14757568 or 4247838. OLE color: 4247838.

HSL color Cylindrical-coordinate representation of color #1ED140: hue angle of 131.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED140 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB3020964-
CMYK0.8600.690.18
HSL131.4º74.9%46.86%-
HSV(B)131.4º85.65%81.96%-
XYZ24.2646.2512.5-
YUV138.9585.750.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 209 (82.03% from 255) = 68.98%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=9.90%
G=68.98%
B=21.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30209640.8600.690.18131.474.946.86
Hex1ED1405604512834b2f
Octal3632110012601052220311357
Binary1111011010001100000010101100100010110010100000111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ED140; }

 p { color: rgb(30,209,64); }

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

<style>
 a { background-color: #1ED140; }

 a { background-color: rgb(30,209,64); }

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

<style>
 span { border-color: #1ED140; }

 span { border-color: rgb(30,209,64); }

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