Html Css Color HEX #2ADD38 Lime Green

📋 copy color: '#2ADD38'

red 42 ◦ green 221 ◦ blue 56

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

Shades of Lime Green #2ADD38

Tints of Lime Green #2ADD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 13.17%
G = 69.28%
B = 17.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2ADD38 (or 0x2ADD38) is known color: Lime Green. HEX triplet: 2A, DD and 38. RGB value is (42,221,56). Sum of RGB (Red+Green+Blue) = 42+221+56=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD38 is #D522C7. Grayscale: #959595. Windows color (decimal): -13968072 or 3726634. OLE color: 3726634.

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

Color convert

RGB 42 221 56 -
CMYK 0.81 0 0.75 0.13
HSL 124.69º 0.72% 0.52% -
HSV(B) 124.69º 0.81% 0.87% -
XYZ 27.53 52.49 12.42 -
YUV 148.67 75.7 51.92 -
System Red Green Blue C M Y K H S L
Decimal 42 221 56 0.81 0 0.75 0.13 124.69 0.72 0.52
Hex 2A DD 38 51 0 4B D 7D 48 34
Octal 52 335 70 121 0 113 15 175 110 64
Binary 101010 11011101 111000 1010001 0 1001011 1101 1111101 1001000 110100

Color Harmonies of #2ADD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD38

Black with #2ADD38

Text Example


Text Example

White with #2ADD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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