Shades of Lime Green #2DB730
Tints of Lime Green #2DB730
RGB
CMYK
RGB Variations
Color information
#2DB730 (or 0x2DB730) is known color: Lime Green. HEX triplet: 2D, B7 and 30. RGB value is (45,183,48). Sum of RGB (Red+Green+Blue) = 45+183+48=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB730 is #D248CF. Grayscale: #7E7E7E. Windows color (decimal): -13781200 or 3192621. OLE color: 3192621.
HSL color Cylindrical-coordinate representation of color #2DB730: hue angle of 121.3º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB730 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 48 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.28 |
| HSL | 121.3º | 0.61% | 0.45% | - |
| HSV(B) | 121.3º | 0.75% | 0.72% | - |
| XYZ | 18.55 | 34.64 | 8.5 | - |
| YUV | 126.35 | 83.78 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 48 | 0.75 | 0 | 0.74 | 0.28 | 121.3 | 0.61 | 0.45 |
| Hex | 2D | B7 | 30 | 4B | 0 | 4A | 1C | 79 | 3D | 2D |
| Octal | 55 | 267 | 60 | 113 | 0 | 112 | 34 | 171 | 75 | 55 |
| Binary | 101101 | 10110111 | 110000 | 1001011 | 0 | 1001010 | 11100 | 1111001 | 111101 | 101101 |
Color Harmonies of #2DB730
Complementary color
Monochromatic Colors of #2DB730
Black with #2DB730
Text Example
Text Example
White with #2DB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB730; }
p { color: rgb(45,183,48); }
H1.HeaderClassName
{
color: #2DB730;
}
.AnyTagClassName
{
color: #2DB730;
}
</style>
background-color css
<style>
a { background-color: #2DB730; }
a { background-color: rgb(45,183,48); }
div.DivClassName
{
background-color: #2DB730;
}
.BgClassName
{
background-color: #2DB730;
}
</style>
border-color css
<style>
span { border-color: #2DB730; }
span { border-color: rgb(45,183,48); }
td.TdClassName
{
border-color: #2DB730;
}
.TagClassName
{
border-color: #2DB730;
}
</style>