Html Css Color HEX #2AB922 Lime Green

📋 copy color: '#2AB922'

red 42 ◦ green 185 ◦ blue 34

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

Shades of Lime Green #2AB922

Tints of Lime Green #2AB922

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.88%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 16.09%
G = 70.88%
B = 13.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#2AB922 (or 0x2AB922) is known color: Lime Green. HEX triplet: 2A, B9 and 22. RGB value is (42,185,34). Sum of RGB (Red+Green+Blue) = 42+185+34=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB922 is #D546DD. Grayscale: #7D7D7D. Windows color (decimal): -13977310 or 2275626. OLE color: 2275626.

HSL color Cylindrical-coordinate representation of color #2AB922: hue angle of 116.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB922 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 34 -
CMYK 0.77 0 0.82 0.27
HSL 116.82º 0.69% 0.43% -
HSV(B) 116.82º 0.82% 0.73% -
XYZ 18.59 35.31 7.35 -
YUV 125.03 76.62 68.78 -
System Red Green Blue C M Y K H S L
Decimal 42 185 34 0.77 0 0.82 0.27 116.82 0.69 0.43
Hex 2A B9 22 4D 0 52 1B 75 45 2B
Octal 52 271 42 115 0 122 33 165 105 53
Binary 101010 10111001 100010 1001101 0 1010010 11011 1110101 1000101 101011

Color Harmonies of #2AB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB922

Black with #2AB922

Text Example


Text Example

White with #2AB922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,34); }

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

background-color css

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

 a { background-color: rgb(42,185,34); }

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

border-color css

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

 span { border-color: rgb(42,185,34); }

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