Html Css Color HEX #2DAE20 Lime Green

📋 copy color: '#2DAE20'

red 45 ◦ green 174 ◦ blue 32

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

Shades of Lime Green #2DAE20

Tints of Lime Green #2DAE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.75%

R = 17.93%
G = 69.32%
B = 12.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#2DAE20 (or 0x2DAE20) is known color: Lime Green. HEX triplet: 2D, AE and 20. RGB value is (45,174,32). Sum of RGB (Red+Green+Blue) = 45+174+32=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 174 (68.36% from 255 or 69.32% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAE20 is #D251DF. Grayscale: #777777. Windows color (decimal): -13783520 or 2141741. OLE color: 2141741.

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

Color convert

RGB 45 174 32 -
CMYK 0.74 0 0.82 0.32
HSL 114.51º 0.69% 0.4% -
HSV(B) 114.51º 0.82% 0.68% -
XYZ 16.48 30.93 6.47 -
YUV 119.24 78.76 75.05 -
System Red Green Blue C M Y K H S L
Decimal 45 174 32 0.74 0 0.82 0.32 114.51 0.69 0.4
Hex 2D AE 20 4A 0 52 20 73 45 28
Octal 55 256 40 112 0 122 40 163 105 50
Binary 101101 10101110 100000 1001010 0 1010010 100000 1110011 1000101 101000

Color Harmonies of #2DAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE20

Black with #2DAE20

Text Example


Text Example

White with #2DAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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