Html Css Color HEX #2DC120 Lime Green

📋 copy color: '#2DC120'

red 45 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #2DC120

Tints of Lime Green #2DC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.48%

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

R = 16.67%
G = 71.48%
B = 11.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#2DC120 (or 0x2DC120) is known color: Lime Green. HEX triplet: 2D, C1 and 20. RGB value is (45,193,32). Sum of RGB (Red+Green+Blue) = 45+193+32=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC120 is #D23EDF. Grayscale: #828282. Windows color (decimal): -13778656 or 2146605. OLE color: 2146605.

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

Color convert

RGB 45 193 32 -
CMYK 0.77 0 0.83 0.24
HSL 115.16º 0.72% 0.44% -
HSV(B) 115.16º 0.83% 0.76% -
XYZ 20.41 38.8 7.78 -
YUV 130.39 72.47 67.09 -
System Red Green Blue C M Y K H S L
Decimal 45 193 32 0.77 0 0.83 0.24 115.16 0.72 0.44
Hex 2D C1 20 4D 0 53 18 73 48 2C
Octal 55 301 40 115 0 123 30 163 110 54
Binary 101101 11000001 100000 1001101 0 1010011 11000 1110011 1001000 101100

Color Harmonies of #2DC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC120

Black with #2DC120

Text Example


Text Example

White with #2DC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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