Html Css Color HEX #2ABF19 Lime Green

📋 copy color: '#2ABF19'

red 42 ◦ green 191 ◦ blue 25

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

Shades of Lime Green #2ABF19

Tints of Lime Green #2ABF19

RGB

 RED value IS 42 (16.8% from 255) = 16.28%

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 16.28%
G = 74.03%
B = 9.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#2ABF19 (or 0x2ABF19) is known color: Lime Green. HEX triplet: 2A, BF and 19. RGB value is (42,191,25). Sum of RGB (Red+Green+Blue) = 42+191+25=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF19 is #D540E6. Grayscale: #808080. Windows color (decimal): -13975783 or 1687338. OLE color: 1687338.

HSL color Cylindrical-coordinate representation of color #2ABF19: hue angle of 113.86º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2ABF19 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 25 -
CMYK 0.78 0 0.87 0.25
HSL 113.86º 0.77% 0.42% -
HSV(B) 113.86º 0.87% 0.75% -
XYZ 19.76 37.82 7.18 -
YUV 127.53 70.14 67 -
System Red Green Blue C M Y K H S L
Decimal 42 191 25 0.78 0 0.87 0.25 113.86 0.77 0.42
Hex 2A BF 19 4E 0 57 19 72 4D 2A
Octal 52 277 31 116 0 127 31 162 115 52
Binary 101010 10111111 11001 1001110 0 1010111 11001 1110010 1001101 101010

Color Harmonies of #2ABF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF19

Black with #2ABF19

Text Example


Text Example

White with #2ABF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ABF19; }

 p { color: rgb(42,191,25); }

 H1.HeaderClassName
 {
   color: #2ABF19;
 }
 .AnyTagClassName
 {
   color: #2ABF19;
 }
</style>

background-color css

<style>
 a { background-color: #2ABF19; }

 a { background-color: rgb(42,191,25); }

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

border-color css

<style>
 span { border-color: #2ABF19; }

 span { border-color: rgb(42,191,25); }

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