Html Css Color HEX #1ECC16 Lime Green

📋 copy color: '#1ECC16'

red 30 ◦ green 204 ◦ blue 22

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

Shades of Lime Green #1ECC16

Tints of Lime Green #1ECC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 79.69%

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

R = 11.72%
G = 79.69%
B = 8.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#1ECC16 (or 0x1ECC16) is known color: Lime Green. HEX triplet: 1E, CC and 16. RGB value is (30,204,22). Sum of RGB (Red+Green+Blue) = 30+204+22=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC16 is #E133E9. Grayscale: #838383. Windows color (decimal): -14758890 or 1494046. OLE color: 1494046.

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

Color convert

RGB 30 204 22 -
CMYK 0.85 0 0.89 0.2
HSL 117.36º 0.81% 0.44% -
HSV(B) 117.36º 0.89% 0.8% -
XYZ 22.27 43.52 7.99 -
YUV 131.23 66.35 55.8 -
System Red Green Blue C M Y K H S L
Decimal 30 204 22 0.85 0 0.89 0.2 117.36 0.81 0.44
Hex 1E CC 16 55 0 59 14 75 51 2C
Octal 36 314 26 125 0 131 24 165 121 54
Binary 11110 11001100 10110 1010101 0 1011001 10100 1110101 1010001 101100

Color Harmonies of #1ECC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC16

Black with #1ECC16

Text Example


Text Example

White with #1ECC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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