Html Css Color HEX #1ABD16 Lime Green

📋 copy color: '#1ABD16'

red 26 ◦ green 189 ◦ blue 22

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

Shades of Lime Green #1ABD16

Tints of Lime Green #1ABD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 79.75%

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

R = 10.97%
G = 79.75%
B = 9.28%

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

#1ABD16 (or 0x1ABD16) is known color: Lime Green. HEX triplet: 1A, BD and 16. RGB value is (26,189,22). Sum of RGB (Red+Green+Blue) = 26+189+22=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 189 (74.22% from 255 or 79.75% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD16 is #E542E9. Grayscale: #797979. Windows color (decimal): -15024874 or 1490202. OLE color: 1490202.

HSL color Cylindrical-coordinate representation of color #1ABD16: hue angle of 118.56º 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 #1ABD16 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 22 -
CMYK 0.86 0 0.88 0.26
HSL 118.56º 0.79% 0.41% -
HSV(B) 118.56º 0.88% 0.74% -
XYZ 18.77 36.67 6.85 -
YUV 121.23 72 60.08 -
System Red Green Blue C M Y K H S L
Decimal 26 189 22 0.86 0 0.88 0.26 118.56 0.79 0.41
Hex 1A BD 16 56 0 58 1A 77 4F 29
Octal 32 275 26 126 0 130 32 167 117 51
Binary 11010 10111101 10110 1010110 0 1011000 11010 1110111 1001111 101001

Color Harmonies of #1ABD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD16

Black with #1ABD16

Text Example


Text Example

White with #1ABD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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