#1ECA02

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

Shades of Lime Green #1ECA02

Tints of Lime Green #1ECA02

Color information

#1ECA02 (or 0x1ECA02) is unknown color: approx Lime Green. HEX triplet: 1E, CA and 02. RGB value is (30,202,2). Sum of RGB (Red+Green+Blue) = 30+202+2=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 202 (79.30% from 255 or 86.32% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA02 is #E135FD. Grayscale: #808080. Windows color (decimal): -14759422 or 182814. OLE color: 182814.

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

Color convert

RGB302022-
CMYK0.8500.990.21
HSL111.6º98.04%40%-
HSV(B)111.6º99.01%79.22%-
XYZ21.6742.527.12-
YUV127.7757.0258.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.82%
GREEN value IS 202 (79.30% from 255) = 86.32%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=12.82%
G=86.32%
B=0.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal3020220.8500.990.21111.698.0440
Hex1ECA25506315706228
Octal36312212501432516014250
Binary1111011001010101010101011000111010111100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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