Html Css Color HEX #2ABF17 Lime Green

📋 copy color: '#2ABF17'

red 42 ◦ green 191 ◦ blue 23

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

Shades of Lime Green #2ABF17

Tints of Lime Green #2ABF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 16.41%
G = 74.61%
B = 8.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2ABF17 (or 0x2ABF17) is known color: Lime Green. HEX triplet: 2A, BF and 17. RGB value is (42,191,23). Sum of RGB (Red+Green+Blue) = 42+191+23=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF17 is #D540E8. Grayscale: #7F7F7F. Windows color (decimal): -13975785 or 1556266. OLE color: 1556266.

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

Color convert

RGB 42 191 23 -
CMYK 0.78 0 0.88 0.25
HSL 113.21º 0.79% 0.42% -
HSV(B) 113.21º 0.88% 0.75% -
XYZ 19.74 37.82 7.07 -
YUV 127.3 69.14 67.16 -
System Red Green Blue C M Y K H S L
Decimal 42 191 23 0.78 0 0.88 0.25 113.21 0.79 0.42
Hex 2A BF 17 4E 0 58 19 71 4F 2A
Octal 52 277 27 116 0 130 31 161 117 52
Binary 101010 10111111 10111 1001110 0 1011000 11001 1110001 1001111 101010

Color Harmonies of #2ABF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF17

Black with #2ABF17

Text Example


Text Example

White with #2ABF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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