Html Css Color HEX #1ABD14 Lime Green

📋 copy color: '#1ABD14'

red 26 ◦ green 189 ◦ blue 20

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

Shades of Lime Green #1ABD14

Tints of Lime Green #1ABD14

RGB

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

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

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

R = 11.06%
G = 80.43%
B = 8.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#1ABD14 (or 0x1ABD14) is known color: Lime Green. HEX triplet: 1A, BD and 14. RGB value is (26,189,20). Sum of RGB (Red+Green+Blue) = 26+189+20=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD14 is #E542EB. Grayscale: #797979. Windows color (decimal): -15024876 or 1359130. OLE color: 1359130.

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

Color convert

RGB 26 189 20 -
CMYK 0.86 0 0.89 0.26
HSL 117.87º 0.81% 0.41% -
HSV(B) 117.87º 0.89% 0.74% -
XYZ 18.75 36.67 6.75 -
YUV 121 71 60.24 -
System Red Green Blue C M Y K H S L
Decimal 26 189 20 0.86 0 0.89 0.26 117.87 0.81 0.41
Hex 1A BD 14 56 0 59 1A 76 51 29
Octal 32 275 24 126 0 131 32 166 121 51
Binary 11010 10111101 10100 1010110 0 1011001 11010 1110110 1010001 101001

Color Harmonies of #1ABD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD14

Black with #1ABD14

Text Example


Text Example

White with #1ABD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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