Html Css Color HEX #2ABF4A Lime Green

📋 copy color: '#2ABF4A'

red 42 ◦ green 191 ◦ blue 74

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

Shades of Lime Green #2ABF4A

Tints of Lime Green #2ABF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 13.68%
G = 62.21%
B = 24.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2ABF4A (or 0x2ABF4A) is known color: Lime Green. HEX triplet: 2A, BF and 4A. RGB value is (42,191,74). Sum of RGB (Red+Green+Blue) = 42+191+74=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABF4A is #D540B5. Grayscale: #858585. Windows color (decimal): -13975734 or 4898602. OLE color: 4898602.

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

Color convert

RGB 42 191 74 -
CMYK 0.78 0 0.61 0.25
HSL 132.89º 0.64% 0.46% -
HSV(B) 132.89º 0.78% 0.75% -
XYZ 20.82 38.25 12.76 -
YUV 133.11 94.64 63.01 -
System Red Green Blue C M Y K H S L
Decimal 42 191 74 0.78 0 0.61 0.25 132.89 0.64 0.46
Hex 2A BF 4A 4E 0 3D 19 85 40 2E
Octal 52 277 112 116 0 75 31 205 100 56
Binary 101010 10111111 1001010 1001110 0 111101 11001 10000101 1000000 101110

Color Harmonies of #2ABF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF4A

Black with #2ABF4A

Text Example


Text Example

White with #2ABF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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