Shades of Lime Green #2DC730
Tints of Lime Green #2DC730
RGB
CMYK
RGB Variations
Color information
#2DC730 (or 0x2DC730) is known color: Lime Green. HEX triplet: 2D, C7 and 30. RGB value is (45,199,48). Sum of RGB (Red+Green+Blue) = 45+199+48=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 199 (78.12% from 255 or 68.15% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC730 is #D238CF. Grayscale: #888888. Windows color (decimal): -13777104 or 3196717. OLE color: 3196717.
HSL color Cylindrical-coordinate representation of color #2DC730: hue angle of 121.17º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC730 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 48 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.22 |
| HSL | 121.17º | 0.63% | 0.48% | - |
| HSV(B) | 121.17º | 0.77% | 0.78% | - |
| XYZ | 22.04 | 41.62 | 9.67 | - |
| YUV | 135.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 48 | 0.77 | 0 | 0.76 | 0.22 | 121.17 | 0.63 | 0.48 |
| Hex | 2D | C7 | 30 | 4D | 0 | 4C | 16 | 79 | 3F | 30 |
| Octal | 55 | 307 | 60 | 115 | 0 | 114 | 26 | 171 | 77 | 60 |
| Binary | 101101 | 11000111 | 110000 | 1001101 | 0 | 1001100 | 10110 | 1111001 | 111111 | 110000 |
Color Harmonies of #2DC730
Complementary color
Monochromatic Colors of #2DC730
Black with #2DC730
Text Example
Text Example
White with #2DC730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC730; }
p { color: rgb(45,199,48); }
H1.HeaderClassName
{
color: #2DC730;
}
.AnyTagClassName
{
color: #2DC730;
}
</style>
background-color css
<style>
a { background-color: #2DC730; }
a { background-color: rgb(45,199,48); }
div.DivClassName
{
background-color: #2DC730;
}
.BgClassName
{
background-color: #2DC730;
}
</style>
border-color css
<style>
span { border-color: #2DC730; }
span { border-color: rgb(45,199,48); }
td.TdClassName
{
border-color: #2DC730;
}
.TagClassName
{
border-color: #2DC730;
}
</style>