Html Css Color HEX #2ADD22 Lime Green

📋 copy color: '#2ADD22'

red 42 ◦ green 221 ◦ blue 34

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

Shades of Lime Green #2ADD22

Tints of Lime Green #2ADD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.41%

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

R = 14.14%
G = 74.41%
B = 11.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#2ADD22 (or 0x2ADD22) is known color: Lime Green. HEX triplet: 2A, DD and 22. RGB value is (42,221,34). Sum of RGB (Red+Green+Blue) = 42+221+34=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD22 is #D522DD. Grayscale: #929292. Windows color (decimal): -13968094 or 2284842. OLE color: 2284842.

HSL color Cylindrical-coordinate representation of color #2ADD22: hue angle of 117.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ADD22 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 34 -
CMYK 0.81 0 0.85 0.13
HSL 117.43º 0.73% 0.5% -
HSV(B) 117.43º 0.85% 0.87% -
XYZ 27.1 52.32 10.18 -
YUV 146.16 64.7 53.71 -
System Red Green Blue C M Y K H S L
Decimal 42 221 34 0.81 0 0.85 0.13 117.43 0.73 0.5
Hex 2A DD 22 51 0 55 D 75 49 32
Octal 52 335 42 121 0 125 15 165 111 62
Binary 101010 11011101 100010 1010001 0 1010101 1101 1110101 1001001 110010

Color Harmonies of #2ADD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD22

Black with #2ADD22

Text Example


Text Example

White with #2ADD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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