Html Css Color HEX #2AB72C Lime Green

📋 copy color: '#2AB72C'

red 42 ◦ green 183 ◦ blue 44

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

Shades of Lime Green #2AB72C

Tints of Lime Green #2AB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 68.03%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 15.61%
G = 68.03%
B = 16.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#2AB72C (or 0x2AB72C) is known color: Lime Green. HEX triplet: 2A, B7 and 2C. RGB value is (42,183,44). Sum of RGB (Red+Green+Blue) = 42+183+44=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 183 (71.88% from 255 or 68.03% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB72C is #D548D3. Grayscale: #7D7D7D. Windows color (decimal): -13977812 or 2930474. OLE color: 2930474.

HSL color Cylindrical-coordinate representation of color #2AB72C: hue angle of 120.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB72C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 183 44 -
CMYK 0.77 0 0.76 0.28
HSL 120.85º 0.63% 0.44% -
HSV(B) 120.85º 0.77% 0.72% -
XYZ 18.34 34.54 8.08 -
YUV 125 82.29 68.8 -
System Red Green Blue C M Y K H S L
Decimal 42 183 44 0.77 0 0.76 0.28 120.85 0.63 0.44
Hex 2A B7 2C 4D 0 4C 1C 79 3F 2C
Octal 52 267 54 115 0 114 34 171 77 54
Binary 101010 10110111 101100 1001101 0 1001100 11100 1111001 111111 101100

Color Harmonies of #2AB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB72C

Black with #2AB72C

Text Example


Text Example

White with #2AB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,183,44); }

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

background-color css

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

 a { background-color: rgb(42,183,44); }

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

border-color css

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

 span { border-color: rgb(42,183,44); }

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