Shades of Lime Green #2DB948
Tints of Lime Green #2DB948
RGB
CMYK
RGB Variations
Color information
#2DB948 (or 0x2DB948) is known color: Lime Green. HEX triplet: 2D, B9 and 48. RGB value is (45,185,72). Sum of RGB (Red+Green+Blue) = 45+185+72=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB948 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB948 is #D246B7. Grayscale: #828282. Windows color (decimal): -13780664 or 4765997. OLE color: 4765997.
HSL color Cylindrical-coordinate representation of color #2DB948: hue angle of 131.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB948 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 185 | 72 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.27 |
| HSL | 131.57º | 0.61% | 0.45% | - |
| HSV(B) | 131.57º | 0.76% | 0.73% | - |
| XYZ | 19.6 | 35.72 | 11.99 | - |
| YUV | 130.26 | 95.12 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 185 | 72 | 0.76 | 0 | 0.61 | 0.27 | 131.57 | 0.61 | 0.45 |
| Hex | 2D | B9 | 48 | 4C | 0 | 3D | 1B | 84 | 3D | 2D |
| Octal | 55 | 271 | 110 | 114 | 0 | 75 | 33 | 204 | 75 | 55 |
| Binary | 101101 | 10111001 | 1001000 | 1001100 | 0 | 111101 | 11011 | 10000100 | 111101 | 101101 |
Color Harmonies of #2DB948
Complementary color
Monochromatic Colors of #2DB948
Black with #2DB948
Text Example
Text Example
White with #2DB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB948; }
p { color: rgb(45,185,72); }
H1.HeaderClassName
{
color: #2DB948;
}
.AnyTagClassName
{
color: #2DB948;
}
</style>
background-color css
<style>
a { background-color: #2DB948; }
a { background-color: rgb(45,185,72); }
div.DivClassName
{
background-color: #2DB948;
}
.BgClassName
{
background-color: #2DB948;
}
</style>
border-color css
<style>
span { border-color: #2DB948; }
span { border-color: rgb(45,185,72); }
td.TdClassName
{
border-color: #2DB948;
}
.TagClassName
{
border-color: #2DB948;
}
</style>