Html Css Color HEX #2AB716 Lime Green

📋 copy color: '#2AB716'

red 42 ◦ green 183 ◦ blue 22

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

Shades of Lime Green #2AB716

Tints of Lime Green #2AB716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.91%

R = 17%
G = 74.09%
B = 8.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#2AB716 (or 0x2AB716) is known color: Lime Green. HEX triplet: 2A, B7 and 16. RGB value is (42,183,22). Sum of RGB (Red+Green+Blue) = 42+183+22=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 183 (71.88% from 255 or 74.09% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB716 is #D548E9. Grayscale: #7A7A7A. Windows color (decimal): -13977834 or 1488682. OLE color: 1488682.

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

Color convert

RGB 42 183 22 -
CMYK 0.77 0 0.88 0.28
HSL 112.55º 0.79% 0.4% -
HSV(B) 112.55º 0.88% 0.72% -
XYZ 18.03 34.42 6.45 -
YUV 122.49 71.29 70.59 -
System Red Green Blue C M Y K H S L
Decimal 42 183 22 0.77 0 0.88 0.28 112.55 0.79 0.4
Hex 2A B7 16 4D 0 58 1C 71 4F 28
Octal 52 267 26 115 0 130 34 161 117 50
Binary 101010 10110111 10110 1001101 0 1011000 11100 1110001 1001111 101000

Color Harmonies of #2AB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB716

Black with #2AB716

Text Example


Text Example

White with #2AB716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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