Html Css Color HEX #2DAE24 Lime Green

📋 copy color: '#2DAE24'

red 45 ◦ green 174 ◦ blue 36

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

Shades of Lime Green #2DAE24

Tints of Lime Green #2DAE24

RGB

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

 GREEN value IS 174 (68.36% from 255) = 68.24%

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

R = 17.65%
G = 68.24%
B = 14.12%

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

#2DAE24 (or 0x2DAE24) is known color: Lime Green. HEX triplet: 2D, AE and 24. RGB value is (45,174,36). Sum of RGB (Red+Green+Blue) = 45+174+36=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE24 is #D251DB. Grayscale: #787878. Windows color (decimal): -13783516 or 2403885. OLE color: 2403885.

HSL color Cylindrical-coordinate representation of color #2DAE24: hue angle of 116.09º 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 #2DAE24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 174 36 -
CMYK 0.74 0 0.79 0.32
HSL 116.09º 0.66% 0.41% -
HSV(B) 116.09º 0.79% 0.68% -
XYZ 16.54 30.96 6.77 -
YUV 119.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 45 174 36 0.74 0 0.79 0.32 116.09 0.66 0.41
Hex 2D AE 24 4A 0 4F 20 74 42 29
Octal 55 256 44 112 0 117 40 164 102 51
Binary 101101 10101110 100100 1001010 0 1001111 100000 1110100 1000010 101001

Color Harmonies of #2DAE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE24

Black with #2DAE24

Text Example


Text Example

White with #2DAE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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