Html Css Color HEX #2ABF46 Lime Green

📋 copy color: '#2ABF46'

red 42 ◦ green 191 ◦ blue 70

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

Shades of Lime Green #2ABF46

Tints of Lime Green #2ABF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 13.86%
G = 63.04%
B = 23.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#2ABF46 (or 0x2ABF46) is known color: Lime Green. HEX triplet: 2A, BF and 46. RGB value is (42,191,70). Sum of RGB (Red+Green+Blue) = 42+191+70=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 191 (75% from 255 or 63.04% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF46 is #D540B9. Grayscale: #848484. Windows color (decimal): -13975738 or 4636458. OLE color: 4636458.

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

Color convert

RGB 42 191 70 -
CMYK 0.78 0 0.63 0.25
HSL 131.28º 0.64% 0.46% -
HSV(B) 131.28º 0.78% 0.75% -
XYZ 20.69 38.2 12.08 -
YUV 132.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 42 191 70 0.78 0 0.63 0.25 131.28 0.64 0.46
Hex 2A BF 46 4E 0 3F 19 83 40 2E
Octal 52 277 106 116 0 77 31 203 100 56
Binary 101010 10111111 1000110 1001110 0 111111 11001 10000011 1000000 101110

Color Harmonies of #2ABF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF46

Black with #2ABF46

Text Example


Text Example

White with #2ABF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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