#1EC50D

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

Shades of Lime Green #1EC50D

Tints of Lime Green #1EC50D

Color information

#1EC50D (or 0x1EC50D) is unknown color: approx Lime Green. HEX triplet: 1E, C5 and 0D. RGB value is (30,197,13). Sum of RGB (Red+Green+Blue) = 30+197+13=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 197 (77.34% from 255 or 82.08% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC50D is #E13AF2. Grayscale: #7E7E7E. Windows color (decimal): -14760691 or 902430. OLE color: 902430.

HSL color Cylindrical-coordinate representation of color #1EC50D: hue angle of 114.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EC50D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB3019713-
CMYK0.8500.930.23
HSL114.46º87.62%41.18%-
HSV(B)114.46º93.4%77.25%-
XYZ20.5740.247.06-
YUV126.0964.1759.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.5%
GREEN value IS 197 (77.34% from 255) = 82.08%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=12.5%
G=82.08%
B=5.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal30197130.8500.930.23114.4687.6241.18
Hex1EC5D5505D17725829
Octal363051512501352716213051
Binary111101100010111011010101010111011011111100101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,197,13); }

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

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

 a { background-color: rgb(30,197,13); }

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

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

 span { border-color: rgb(30,197,13); }

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