Html Css Color HEX #2ABF13 Lime Green

📋 copy color: '#2ABF13'

red 42 ◦ green 191 ◦ blue 19

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

Shades of Lime Green #2ABF13

Tints of Lime Green #2ABF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 16.67%
G = 75.79%
B = 7.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2ABF13 (or 0x2ABF13) is known color: Lime Green. HEX triplet: 2A, BF and 13. RGB value is (42,191,19). Sum of RGB (Red+Green+Blue) = 42+191+19=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 191 (75% from 255 or 75.79% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF13 is #D540EC. Grayscale: #7F7F7F. Windows color (decimal): -13975789 or 1294122. OLE color: 1294122.

HSL color Cylindrical-coordinate representation of color #2ABF13: hue angle of 111.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ABF13 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 19 -
CMYK 0.78 0 0.90 0.25
HSL 111.98º 0.82% 0.41% -
HSV(B) 111.98º 0.9% 0.75% -
XYZ 19.7 37.8 6.87 -
YUV 126.84 67.14 67.49 -
System Red Green Blue C M Y K H S L
Decimal 42 191 19 0.78 0 0.90 0.25 111.98 0.82 0.41
Hex 2A BF 13 4E 0 5A 19 70 52 29
Octal 52 277 23 116 0 132 31 160 122 51
Binary 101010 10111111 10011 1001110 0 1011010 11001 1110000 1010010 101001

Color Harmonies of #2ABF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF13

Black with #2ABF13

Text Example


Text Example

White with #2ABF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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