Html Css Color HEX #2DC220 Lime Green

📋 copy color: '#2DC220'

red 45 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #2DC220

Tints of Lime Green #2DC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.59%

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

R = 16.61%
G = 71.59%
B = 11.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2DC220 (or 0x2DC220) is known color: Lime Green. HEX triplet: 2D, C2 and 20. RGB value is (45,194,32). Sum of RGB (Red+Green+Blue) = 45+194+32=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 194 (76.17% from 255 or 71.59% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC220 is #D23DDF. Grayscale: #838383. Windows color (decimal): -13778400 or 2146861. OLE color: 2146861.

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

Color convert

RGB 45 194 32 -
CMYK 0.77 0 0.84 0.24
HSL 115.19º 0.72% 0.44% -
HSV(B) 115.19º 0.84% 0.76% -
XYZ 20.63 39.25 7.85 -
YUV 130.98 72.14 66.67 -
System Red Green Blue C M Y K H S L
Decimal 45 194 32 0.77 0 0.84 0.24 115.19 0.72 0.44
Hex 2D C2 20 4D 0 54 18 73 48 2C
Octal 55 302 40 115 0 124 30 163 110 54
Binary 101101 11000010 100000 1001101 0 1010100 11000 1110011 1001000 101100

Color Harmonies of #2DC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC220

Black with #2DC220

Text Example


Text Example

White with #2DC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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