Html Css Color HEX #1ABF1F Lime Green

📋 copy color: '#1ABF1F'

red 26 ◦ green 191 ◦ blue 31

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

Shades of Lime Green #1ABF1F

Tints of Lime Green #1ABF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 10.48%
G = 77.02%
B = 12.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#1ABF1F (or 0x1ABF1F) is known color: Lime Green. HEX triplet: 1A, BF and 1F. RGB value is (26,191,31). Sum of RGB (Red+Green+Blue) = 26+191+31=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABF1F is #E540E0. Grayscale: #7B7B7B. Windows color (decimal): -15024353 or 2080538. OLE color: 2080538.

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

Color convert

RGB 26 191 31 -
CMYK 0.86 0 0.84 0.25
HSL 121.82º 0.76% 0.43% -
HSV(B) 121.82º 0.86% 0.75% -
XYZ 19.3 37.58 7.53 -
YUV 123.43 75.84 58.51 -
System Red Green Blue C M Y K H S L
Decimal 26 191 31 0.86 0 0.84 0.25 121.82 0.76 0.43
Hex 1A BF 1F 56 0 54 19 7A 4C 2B
Octal 32 277 37 126 0 124 31 172 114 53
Binary 11010 10111111 11111 1010110 0 1010100 11001 1111010 1001100 101011

Color Harmonies of #1ABF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF1F

Black with #1ABF1F

Text Example


Text Example

White with #1ABF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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