Html Css Color HEX #1ABF14 Lime Green

📋 copy color: '#1ABF14'

red 26 ◦ green 191 ◦ blue 20

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

Shades of Lime Green #1ABF14

Tints of Lime Green #1ABF14

RGB

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

 GREEN value IS 191 (75% from 255) = 80.59%

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

R = 10.97%
G = 80.59%
B = 8.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#1ABF14 (or 0x1ABF14) is known color: Lime Green. HEX triplet: 1A, BF and 14. RGB value is (26,191,20). Sum of RGB (Red+Green+Blue) = 26+191+20=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 191 (75% from 255 or 80.59% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF14 is #E540EB. Grayscale: #7A7A7A. Windows color (decimal): -15024364 or 1359642. OLE color: 1359642.

HSL color Cylindrical-coordinate representation of color #1ABF14: hue angle of 117.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABF14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 20 -
CMYK 0.86 0 0.90 0.25
HSL 117.89º 0.81% 0.41% -
HSV(B) 117.89º 0.9% 0.75% -
XYZ 19.18 37.53 6.9 -
YUV 122.17 70.34 59.4 -
System Red Green Blue C M Y K H S L
Decimal 26 191 20 0.86 0 0.90 0.25 117.89 0.81 0.41
Hex 1A BF 14 56 0 5A 19 76 51 29
Octal 32 277 24 126 0 132 31 166 121 51
Binary 11010 10111111 10100 1010110 0 1011010 11001 1110110 1010001 101001

Color Harmonies of #1ABF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF14

Black with #1ABF14

Text Example


Text Example

White with #1ABF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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