Html Css Color HEX #1ECA16 Lime Green

📋 copy color: '#1ECA16'

red 30 ◦ green 202 ◦ blue 22

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

Shades of Lime Green #1ECA16

Tints of Lime Green #1ECA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 79.53%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 11.81%
G = 79.53%
B = 8.66%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#1ECA16 (or 0x1ECA16) is known color: Lime Green. HEX triplet: 1E, CA and 16. RGB value is (30,202,22). Sum of RGB (Red+Green+Blue) = 30+202+22=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA16 is #E135E9. Grayscale: #828282. Windows color (decimal): -14759402 or 1493534. OLE color: 1493534.

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

Color convert

RGB 30 202 22 -
CMYK 0.85 0 0.89 0.21
HSL 117.33º 0.8% 0.44% -
HSV(B) 117.33º 0.89% 0.79% -
XYZ 21.8 42.58 7.83 -
YUV 130.05 67.02 56.64 -
System Red Green Blue C M Y K H S L
Decimal 30 202 22 0.85 0 0.89 0.21 117.33 0.8 0.44
Hex 1E CA 16 55 0 59 15 75 50 2C
Octal 36 312 26 125 0 131 25 165 120 54
Binary 11110 11001010 10110 1010101 0 1011001 10101 1110101 1010000 101100

Color Harmonies of #1ECA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECA16

Black with #1ECA16

Text Example


Text Example

White with #1ECA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ECA16;
 }
 .AnyTagClassName
 {
   color: #1ECA16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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