Shades of Lime Green #2DC530
Tints of Lime Green #2DC530
RGB
CMYK
RGB Variations
Color information
#2DC530 (or 0x2DC530) is known color: Lime Green. HEX triplet: 2D, C5 and 30. RGB value is (45,197,48). Sum of RGB (Red+Green+Blue) = 45+197+48=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC530 is #D23ACF. Grayscale: #878787. Windows color (decimal): -13777616 or 3196205. OLE color: 3196205.
HSL color Cylindrical-coordinate representation of color #2DC530: hue angle of 121.18º 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 #2DC530 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 48 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.23 |
| HSL | 121.18º | 0.63% | 0.47% | - |
| HSV(B) | 121.18º | 0.77% | 0.77% | - |
| XYZ | 21.58 | 40.7 | 9.52 | - |
| YUV | 134.57 | 79.14 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 48 | 0.77 | 0 | 0.76 | 0.23 | 121.18 | 0.63 | 0.47 |
| Hex | 2D | C5 | 30 | 4D | 0 | 4C | 17 | 79 | 3F | 2F |
| Octal | 55 | 305 | 60 | 115 | 0 | 114 | 27 | 171 | 77 | 57 |
| Binary | 101101 | 11000101 | 110000 | 1001101 | 0 | 1001100 | 10111 | 1111001 | 111111 | 101111 |
Color Harmonies of #2DC530
Complementary color
Monochromatic Colors of #2DC530
Black with #2DC530
Text Example
Text Example
White with #2DC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC530; }
p { color: rgb(45,197,48); }
H1.HeaderClassName
{
color: #2DC530;
}
.AnyTagClassName
{
color: #2DC530;
}
</style>
background-color css
<style>
a { background-color: #2DC530; }
a { background-color: rgb(45,197,48); }
div.DivClassName
{
background-color: #2DC530;
}
.BgClassName
{
background-color: #2DC530;
}
</style>
border-color css
<style>
span { border-color: #2DC530; }
span { border-color: rgb(45,197,48); }
td.TdClassName
{
border-color: #2DC530;
}
.TagClassName
{
border-color: #2DC530;
}
</style>