#1ECA0D

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

Shades of Lime Green #1ECA0D

Tints of Lime Green #1ECA0D

Color information

#1ECA0D (or 0x1ECA0D) is unknown color: approx Lime Green. HEX triplet: 1E, CA and 0D. RGB value is (30,202,13). Sum of RGB (Red+Green+Blue) = 30+202+13=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA0D is #E135F2. Grayscale: #818181. Windows color (decimal): -14759411 or 903710. OLE color: 903710.

HSL color Cylindrical-coordinate representation of color #1ECA0D: hue angle of 114.6º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ECA0D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB3020213-
CMYK0.8500.940.21
HSL114.6º87.91%42.16%-
HSV(B)114.6º93.56%79.22%-
XYZ21.7342.557.45-
YUV129.0362.5257.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 202 (79.30% from 255) = 82.45%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=12.24%
G=82.45%
B=5.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30202130.8500.940.21114.687.9142.16
Hex1ECAD5505E1573582a
Octal363121512501362516313052
Binary111101100101011011010101010111101010111100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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