Html Css Color HEX #2DAD24 Lime Green

📋 copy color: '#2DAD24'

red 45 ◦ green 173 ◦ blue 36

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

Shades of Lime Green #2DAD24

Tints of Lime Green #2DAD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 17.72%
G = 68.11%
B = 14.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#2DAD24 (or 0x2DAD24) is known color: Lime Green. HEX triplet: 2D, AD and 24. RGB value is (45,173,36). Sum of RGB (Red+Green+Blue) = 45+173+36=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAD24 is #D252DB. Grayscale: #777777. Windows color (decimal): -13783772 or 2403629. OLE color: 2403629.

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

Color convert

RGB 45 173 36 -
CMYK 0.74 0 0.79 0.32
HSL 116.06º 0.66% 0.41% -
HSV(B) 116.06º 0.79% 0.68% -
XYZ 16.34 30.57 6.71 -
YUV 119.11 81.09 75.14 -
System Red Green Blue C M Y K H S L
Decimal 45 173 36 0.74 0 0.79 0.32 116.06 0.66 0.41
Hex 2D AD 24 4A 0 4F 20 74 42 29
Octal 55 255 44 112 0 117 40 164 102 51
Binary 101101 10101101 100100 1001010 0 1001111 100000 1110100 1000010 101001

Color Harmonies of #2DAD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAD24

Black with #2DAD24

Text Example


Text Example

White with #2DAD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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