Html Css Color HEX #2DAD37 Lime Green

📋 copy color: '#2DAD37'

red 45 ◦ green 173 ◦ blue 55

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

Shades of Lime Green #2DAD37

Tints of Lime Green #2DAD37

RGB

 RED value IS 45 (17.97% from 255) = 16.48%

 GREEN value IS 173 (67.97% from 255) = 63.37%

 BLUE value IS 55 (21.88% from 255) = 20.15%

R = 16.48%
G = 63.37%
B = 20.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#2DAD37 (or 0x2DAD37) is known color: Lime Green. HEX triplet: 2D, AD and 37. RGB value is (45,173,55). Sum of RGB (Red+Green+Blue) = 45+173+55=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD37 is #D252C8. Grayscale: #797979. Windows color (decimal): -13783753 or 3648813. OLE color: 3648813.

HSL color Cylindrical-coordinate representation of color #2DAD37: hue angle of 124.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAD37 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 173 55 -
CMYK 0.74 0 0.68 0.32
HSL 124.69º 0.59% 0.43% -
HSV(B) 124.69º 0.74% 0.68% -
XYZ 16.72 30.72 8.66 -
YUV 121.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 45 173 55 0.74 0 0.68 0.32 124.69 0.59 0.43
Hex 2D AD 37 4A 0 44 20 7D 3B 2B
Octal 55 255 67 112 0 104 40 175 73 53
Binary 101101 10101101 110111 1001010 0 1000100 100000 1111101 111011 101011

Color Harmonies of #2DAD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAD37

Black with #2DAD37

Text Example


Text Example

White with #2DAD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,173,55); }

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

background-color css

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

 a { background-color: rgb(45,173,55); }

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

border-color css

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

 span { border-color: rgb(45,173,55); }

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