#1ED12A

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

Shades of Lime Green #1ED12A

Tints of Lime Green #1ED12A

Color information

#1ED12A (or 0x1ED12A) is unknown color: approx Lime Green. HEX triplet: 1E, D1 and 2A. RGB value is (30,209,42). Sum of RGB (Red+Green+Blue) = 30+209+42=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 209 (82.03% from 255 or 74.38% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED12A is #E12ED5. Grayscale: #888888. Windows color (decimal): -14757590 or 2806046. OLE color: 2806046.

HSL color Cylindrical-coordinate representation of color #1ED12A: hue angle of 124.02º 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 #1ED12A is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB3020942-
CMYK0.8600.800.18
HSL124.02º74.9%46.86%-
HSV(B)124.02º85.65%81.96%-
XYZ23.7546.049.83-
YUV136.4474.752.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 209 (82.03% from 255) = 74.38%
BLUE value IS 42 (16.80% from 255) = 14.95%
R=10.68%
G=74.38%
B=14.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30209420.8600.800.18124.0274.946.86
Hex1ED12A56050127c4b2f
Octal363215212601202217411357
Binary11110110100011010101010110010100001001011111001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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