Html Css Color HEX #1ABF12 Lime Green

📋 copy color: '#1ABF12'

red 26 ◦ green 191 ◦ blue 18

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

Shades of Lime Green #1ABF12

Tints of Lime Green #1ABF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 11.06%
G = 81.28%
B = 7.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1ABF12 (or 0x1ABF12) is known color: Lime Green. HEX triplet: 1A, BF and 12. RGB value is (26,191,18). Sum of RGB (Red+Green+Blue) = 26+191+18=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF12 is #E540ED. Grayscale: #7A7A7A. Windows color (decimal): -15024366 or 1228570. OLE color: 1228570.

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

Color convert

RGB 26 191 18 -
CMYK 0.86 0 0.91 0.25
HSL 117.23º 0.83% 0.41% -
HSV(B) 117.23º 0.91% 0.75% -
XYZ 19.17 37.52 6.81 -
YUV 121.94 69.34 59.57 -
System Red Green Blue C M Y K H S L
Decimal 26 191 18 0.86 0 0.91 0.25 117.23 0.83 0.41
Hex 1A BF 12 56 0 5B 19 75 53 29
Octal 32 277 22 126 0 133 31 165 123 51
Binary 11010 10111111 10010 1010110 0 1011011 11001 1110101 1010011 101001

Color Harmonies of #1ABF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF12

Black with #1ABF12

Text Example


Text Example

White with #1ABF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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