Html Css Color HEX #1ECA02 Lime Green

📋 copy color: '#1ECA02'

red 30 ◦ green 202 ◦ blue 2

#1ECA02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1ECA02

Tints of Lime Green #1ECA02

RGB

 RED value IS 30 (12.11% from 255) = 12.82%

 GREEN value IS 202 (79.3% 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 value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#1ECA02 (or 0x1ECA02) is known color: 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

RGB 30 202 2 -
CMYK 0.85 0 0.99 0.21
HSL 111.6º 0.98% 0.4% -
HSV(B) 111.6º 0.99% 0.79% -
XYZ 21.67 42.52 7.12 -
YUV 127.77 57.02 58.26 -
System Red Green Blue C M Y K H S L
Decimal 30 202 2 0.85 0 0.99 0.21 111.6 0.98 0.4
Hex 1E CA 2 55 0 63 15 70 62 28
Octal 36 312 2 125 0 143 25 160 142 50
Binary 11110 11001010 10 1010101 0 1100011 10101 1110000 1100010 101000

Color Harmonies of #1ECA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECA02

Black with #1ECA02

Text Example


Text Example

White with #1ECA02

Text Example


Text Example

HTML Codes & Css Web 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>