Html Css Color HEX #1ECA14 Lime Green

📋 copy color: '#1ECA14'

red 30 ◦ green 202 ◦ blue 20

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

Shades of Lime Green #1ECA14

Tints of Lime Green #1ECA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 11.9%
G = 80.16%
B = 7.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#1ECA14 (or 0x1ECA14) is known color: Lime Green. HEX triplet: 1E, CA and 14. RGB value is (30,202,20). Sum of RGB (Red+Green+Blue) = 30+202+20=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA14 is #E135EB. Grayscale: #828282. Windows color (decimal): -14759404 or 1362462. OLE color: 1362462.

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

Color convert

RGB 30 202 20 -
CMYK 0.85 0 0.90 0.21
HSL 116.7º 0.82% 0.44% -
HSV(B) 116.7º 0.9% 0.79% -
XYZ 21.78 42.57 7.73 -
YUV 129.82 66.02 56.8 -
System Red Green Blue C M Y K H S L
Decimal 30 202 20 0.85 0 0.90 0.21 116.7 0.82 0.44
Hex 1E CA 14 55 0 5A 15 75 52 2C
Octal 36 312 24 125 0 132 25 165 122 54
Binary 11110 11001010 10100 1010101 0 1011010 10101 1110101 1010010 101100

Color Harmonies of #1ECA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECA14

Black with #1ECA14

Text Example


Text Example

White with #1ECA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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