#2DC53C

Color #2DC53C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2DC53C

Tints of Lime Green #2DC53C

Color information

#2DC53C (or 0x2DC53C) is unknown color: approx Lime Green. HEX triplet: 2D, C5 and 3C. RGB value is (45,197,60). Sum of RGB (Red+Green+Blue) = 45+197+60=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC53C is #D23AC3. Grayscale: #888888. Windows color (decimal): -13777604 or 3982637. OLE color: 3982637.

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

Color convert

RGB4519760-
CMYK0.7700.700.23
HSL125.92º62.81%47.45%-
HSV(B)125.92º77.16%77.25%-
XYZ21.8640.8211-
YUV135.9385.1463.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.90%
GREEN value IS 197 (77.34% from 255) = 65.23%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=14.90%
G=65.23%
B=19.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal45197600.7700.700.23125.9262.8147.45
Hex2DC53C4D046177e3f2f
Octal55305741150106271767757
Binary10110111000101111100100110101000110101111111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DC53C;
 }
 .AnyTagClassName
 {
   color: #2DC53C;
 }
</style>
background-color css

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

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

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

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

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

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