Html Css Color HEX #2ABF18 Lime Green

📋 copy color: '#2ABF18'

red 42 ◦ green 191 ◦ blue 24

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

Shades of Lime Green #2ABF18

Tints of Lime Green #2ABF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 16.34%
G = 74.32%
B = 9.34%

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

#2ABF18 (or 0x2ABF18) is known color: Lime Green. HEX triplet: 2A, BF and 18. RGB value is (42,191,24). Sum of RGB (Red+Green+Blue) = 42+191+24=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 191 (75% from 255 or 74.32% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF18 is #D540E7. Grayscale: #7F7F7F. Windows color (decimal): -13975784 or 1621802. OLE color: 1621802.

HSL color Cylindrical-coordinate representation of color #2ABF18: hue angle of 113.53º degrees, saturation: 0.78, 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 #2ABF18 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 24 -
CMYK 0.78 0 0.87 0.25
HSL 113.53º 0.78% 0.42% -
HSV(B) 113.53º 0.87% 0.75% -
XYZ 19.75 37.82 7.12 -
YUV 127.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 42 191 24 0.78 0 0.87 0.25 113.53 0.78 0.42
Hex 2A BF 18 4E 0 57 19 72 4E 2A
Octal 52 277 30 116 0 127 31 162 116 52
Binary 101010 10111111 11000 1001110 0 1010111 11001 1110010 1001110 101010

Color Harmonies of #2ABF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF18

Black with #2ABF18

Text Example


Text Example

White with #2ABF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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