Html Css Color HEX #2ABF50 Lime Green

📋 copy color: '#2ABF50'

red 42 ◦ green 191 ◦ blue 80

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

Shades of Lime Green #2ABF50

Tints of Lime Green #2ABF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 13.42%
G = 61.02%
B = 25.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#2ABF50 (or 0x2ABF50) is known color: Lime Green. HEX triplet: 2A, BF and 50. RGB value is (42,191,80). Sum of RGB (Red+Green+Blue) = 42+191+80=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF50 is #D540AF. Grayscale: #868686. Windows color (decimal): -13975728 or 5291818. OLE color: 5291818.

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

Color convert

RGB 42 191 80 -
CMYK 0.78 0 0.58 0.25
HSL 135.3º 0.64% 0.46% -
HSV(B) 135.3º 0.78% 0.75% -
XYZ 21.03 38.33 13.88 -
YUV 133.8 97.64 62.53 -
System Red Green Blue C M Y K H S L
Decimal 42 191 80 0.78 0 0.58 0.25 135.3 0.64 0.46
Hex 2A BF 50 4E 0 3A 19 87 40 2E
Octal 52 277 120 116 0 72 31 207 100 56
Binary 101010 10111111 1010000 1001110 0 111010 11001 10000111 1000000 101110

Color Harmonies of #2ABF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF50

Black with #2ABF50

Text Example


Text Example

White with #2ABF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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