Html Css Color HEX #2ADD49 Lime Green

📋 copy color: '#2ADD49'

red 42 ◦ green 221 ◦ blue 73

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

Shades of Lime Green #2ADD49

Tints of Lime Green #2ADD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 12.5%
G = 65.77%
B = 21.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#2ADD49 (or 0x2ADD49) is known color: Lime Green. HEX triplet: 2A, DD and 49. RGB value is (42,221,73). Sum of RGB (Red+Green+Blue) = 42+221+73=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD49 is #D522B6. Grayscale: #979797. Windows color (decimal): -13968055 or 4840746. OLE color: 4840746.

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

Color convert

RGB 42 221 73 -
CMYK 0.81 0 0.67 0.13
HSL 130.39º 0.72% 0.52% -
HSV(B) 130.39º 0.81% 0.87% -
XYZ 28.01 52.69 15 -
YUV 150.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 42 221 73 0.81 0 0.67 0.13 130.39 0.72 0.52
Hex 2A DD 49 51 0 43 D 82 48 34
Octal 52 335 111 121 0 103 15 202 110 64
Binary 101010 11011101 1001001 1010001 0 1000011 1101 10000010 1001000 110100

Color Harmonies of #2ADD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD49

Black with #2ADD49

Text Example


Text Example

White with #2ADD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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