Html Css Color HEX #2ADD48 Lime Green

📋 copy color: '#2ADD48'

red 42 ◦ green 221 ◦ blue 72

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

Shades of Lime Green #2ADD48

Tints of Lime Green #2ADD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 12.54%
G = 65.97%
B = 21.49%

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

#2ADD48 (or 0x2ADD48) is known color: Lime Green. HEX triplet: 2A, DD and 48. RGB value is (42,221,72). Sum of RGB (Red+Green+Blue) = 42+221+72=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD48 is #D522B7. Grayscale: #969696. Windows color (decimal): -13968056 or 4775210. OLE color: 4775210.

HSL color Cylindrical-coordinate representation of color #2ADD48: hue angle of 130.06º 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 #2ADD48 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 72 -
CMYK 0.81 0 0.67 0.13
HSL 130.06º 0.72% 0.52% -
HSV(B) 130.06º 0.81% 0.87% -
XYZ 27.98 52.67 14.82 -
YUV 150.49 83.7 50.62 -
System Red Green Blue C M Y K H S L
Decimal 42 221 72 0.81 0 0.67 0.13 130.06 0.72 0.52
Hex 2A DD 48 51 0 43 D 82 48 34
Octal 52 335 110 121 0 103 15 202 110 64
Binary 101010 11011101 1001000 1010001 0 1000011 1101 10000010 1001000 110100

Color Harmonies of #2ADD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD48

Black with #2ADD48

Text Example


Text Example

White with #2ADD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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