Html Css Color HEX #2DCD20 Lime Green

📋 copy color: '#2DCD20'

red 45 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #2DCD20

Tints of Lime Green #2DCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 72.7%

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

R = 15.96%
G = 72.7%
B = 11.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#2DCD20 (or 0x2DCD20) is known color: Lime Green. HEX triplet: 2D, CD and 20. RGB value is (45,205,32). Sum of RGB (Red+Green+Blue) = 45+205+32=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD20 is #D232DF. Grayscale: #898989. Windows color (decimal): -13775584 or 2149677. OLE color: 2149677.

HSL color Cylindrical-coordinate representation of color #2DCD20: hue angle of 115.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCD20 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 205 32 -
CMYK 0.78 0 0.84 0.20
HSL 115.49º 0.73% 0.46% -
HSV(B) 115.49º 0.84% 0.8% -
XYZ 23.17 44.32 8.7 -
YUV 137.44 68.49 62.07 -
System Red Green Blue C M Y K H S L
Decimal 45 205 32 0.78 0 0.84 0.20 115.49 0.73 0.46
Hex 2D CD 20 4E 0 54 14 73 49 2E
Octal 55 315 40 116 0 124 24 163 111 56
Binary 101101 11001101 100000 1001110 0 1010100 10100 1110011 1001001 101110

Color Harmonies of #2DCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD20

Black with #2DCD20

Text Example


Text Example

White with #2DCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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