Html Css Color HEX #2DC820 Lime Green

📋 copy color: '#2DC820'

red 45 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #2DC820

Tints of Lime Green #2DC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.2%

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

R = 16.25%
G = 72.2%
B = 11.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#2DC820 (or 0x2DC820) is known color: Lime Green. HEX triplet: 2D, C8 and 20. RGB value is (45,200,32). Sum of RGB (Red+Green+Blue) = 45+200+32=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 200 (78.52% from 255 or 72.20% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC820 is #D237DF. Grayscale: #878787. Windows color (decimal): -13776864 or 2148397. OLE color: 2148397.

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

Color convert

RGB 45 200 32 -
CMYK 0.78 0 0.84 0.22
HSL 115.36º 0.72% 0.45% -
HSV(B) 115.36º 0.84% 0.78% -
XYZ 22 41.97 8.31 -
YUV 134.5 70.15 64.16 -
System Red Green Blue C M Y K H S L
Decimal 45 200 32 0.78 0 0.84 0.22 115.36 0.72 0.45
Hex 2D C8 20 4E 0 54 16 73 48 2D
Octal 55 310 40 116 0 124 26 163 110 55
Binary 101101 11001000 100000 1001110 0 1010100 10110 1110011 1001000 101101

Color Harmonies of #2DC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC820

Black with #2DC820

Text Example


Text Example

White with #2DC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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