Html Css Color HEX #1ECA12 Lime Green

📋 copy color: '#1ECA12'

red 30 ◦ green 202 ◦ blue 18

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

Shades of Lime Green #1ECA12

Tints of Lime Green #1ECA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 12%
G = 80.8%
B = 7.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#1ECA12 (or 0x1ECA12) is known color: Lime Green. HEX triplet: 1E, CA and 12. RGB value is (30,202,18). Sum of RGB (Red+Green+Blue) = 30+202+18=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECA12 is #E135ED. Grayscale: #828282. Windows color (decimal): -14759406 or 1231390. OLE color: 1231390.

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

Color convert

RGB 30 202 18 -
CMYK 0.85 0 0.91 0.21
HSL 116.09º 0.84% 0.43% -
HSV(B) 116.09º 0.91% 0.79% -
XYZ 21.77 42.56 7.64 -
YUV 129.6 65.02 56.96 -
System Red Green Blue C M Y K H S L
Decimal 30 202 18 0.85 0 0.91 0.21 116.09 0.84 0.43
Hex 1E CA 12 55 0 5B 15 74 54 2B
Octal 36 312 22 125 0 133 25 164 124 53
Binary 11110 11001010 10010 1010101 0 1011011 10101 1110100 1010100 101011

Color Harmonies of #1ECA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECA12

Black with #1ECA12

Text Example


Text Example

White with #1ECA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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