Html Css Color HEX #2DC520 Lime Green

📋 copy color: '#2DC520'

red 45 ◦ green 197 ◦ blue 32

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

Shades of Lime Green #2DC520

Tints of Lime Green #2DC520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 71.9%

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

R = 16.42%
G = 71.9%
B = 11.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#2DC520 (or 0x2DC520) is known color: Lime Green. HEX triplet: 2D, C5 and 20. RGB value is (45,197,32). Sum of RGB (Red+Green+Blue) = 45+197+32=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC520 is #D23ADF. Grayscale: #858585. Windows color (decimal): -13777632 or 2147629. OLE color: 2147629.

HSL color Cylindrical-coordinate representation of color #2DC520: hue angle of 115.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DC520 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 32 -
CMYK 0.77 0 0.84 0.23
HSL 115.27º 0.72% 0.45% -
HSV(B) 115.27º 0.84% 0.77% -
XYZ 21.31 40.59 8.08 -
YUV 132.74 71.14 65.42 -
System Red Green Blue C M Y K H S L
Decimal 45 197 32 0.77 0 0.84 0.23 115.27 0.72 0.45
Hex 2D C5 20 4D 0 54 17 73 48 2D
Octal 55 305 40 115 0 124 27 163 110 55
Binary 101101 11000101 100000 1001101 0 1010100 10111 1110011 1001000 101101

Color Harmonies of #2DC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC520

Black with #2DC520

Text Example


Text Example

White with #2DC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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