Html Css Color HEX #2AB222 Lime Green

📋 copy color: '#2AB222'

red 42 ◦ green 178 ◦ blue 34

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

Shades of Lime Green #2AB222

Tints of Lime Green #2AB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.08%

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

R = 16.54%
G = 70.08%
B = 13.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#2AB222 (or 0x2AB222) is known color: Lime Green. HEX triplet: 2A, B2 and 22. RGB value is (42,178,34). Sum of RGB (Red+Green+Blue) = 42+178+34=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB222 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB222 is #D54DDD. Grayscale: #797979. Windows color (decimal): -13979102 or 2273834. OLE color: 2273834.

HSL color Cylindrical-coordinate representation of color #2AB222: hue angle of 116.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB222 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 34 -
CMYK 0.76 0 0.81 0.30
HSL 116.67º 0.68% 0.42% -
HSV(B) 116.67º 0.81% 0.7% -
XYZ 17.16 32.45 6.87 -
YUV 120.92 78.94 71.71 -
System Red Green Blue C M Y K H S L
Decimal 42 178 34 0.76 0 0.81 0.30 116.67 0.68 0.42
Hex 2A B2 22 4C 0 51 1E 75 44 2A
Octal 52 262 42 114 0 121 36 165 104 52
Binary 101010 10110010 100010 1001100 0 1010001 11110 1110101 1000100 101010

Color Harmonies of #2AB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB222

Black with #2AB222

Text Example


Text Example

White with #2AB222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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