Html Css Color HEX #1ABC16 Lime Green

📋 copy color: '#1ABC16'

red 26 ◦ green 188 ◦ blue 22

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

Shades of Lime Green #1ABC16

Tints of Lime Green #1ABC16

RGB

 RED value IS 26 (10.55% from 255) = 11.02%

 GREEN value IS 188 (73.83% from 255) = 79.66%

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

R = 11.02%
G = 79.66%
B = 9.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#1ABC16 (or 0x1ABC16) is known color: Lime Green. HEX triplet: 1A, BC and 16. RGB value is (26,188,22). Sum of RGB (Red+Green+Blue) = 26+188+22=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC16 is #E543E9. Grayscale: #797979. Windows color (decimal): -15025130 or 1489946. OLE color: 1489946.

HSL color Cylindrical-coordinate representation of color #1ABC16: hue angle of 118.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABC16 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 22 -
CMYK 0.86 0 0.88 0.26
HSL 118.55º 0.79% 0.41% -
HSV(B) 118.55º 0.88% 0.74% -
XYZ 18.55 36.24 6.78 -
YUV 120.64 72.33 60.5 -
System Red Green Blue C M Y K H S L
Decimal 26 188 22 0.86 0 0.88 0.26 118.55 0.79 0.41
Hex 1A BC 16 56 0 58 1A 77 4F 29
Octal 32 274 26 126 0 130 32 167 117 51
Binary 11010 10111100 10110 1010110 0 1011000 11010 1110111 1001111 101001

Color Harmonies of #1ABC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC16

Black with #1ABC16

Text Example


Text Example

White with #1ABC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,22); }

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

background-color css

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

 a { background-color: rgb(26,188,22); }

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

border-color css

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

 span { border-color: rgb(26,188,22); }

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