Shades of Lime Green #2DB73B
Tints of Lime Green #2DB73B
RGB
CMYK
RGB Variations
Color information
#2DB73B (or 0x2DB73B) is known color: Lime Green. HEX triplet: 2D, B7 and 3B. RGB value is (45,183,59). Sum of RGB (Red+Green+Blue) = 45+183+59=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 183 (71.88% from 255 or 63.76% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB73B is #D248C4. Grayscale: #7F7F7F. Windows color (decimal): -13781189 or 3913517. OLE color: 3913517.
HSL color Cylindrical-coordinate representation of color #2DB73B: hue angle of 126.09º 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 #2DB73B is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 59 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.28 |
| HSL | 126.09º | 0.61% | 0.45% | - |
| HSV(B) | 126.09º | 0.75% | 0.72% | - |
| XYZ | 18.81 | 34.74 | 9.85 | - |
| YUV | 127.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 59 | 0.75 | 0 | 0.68 | 0.28 | 126.09 | 0.61 | 0.45 |
| Hex | 2D | B7 | 3B | 4B | 0 | 44 | 1C | 7E | 3D | 2D |
| Octal | 55 | 267 | 73 | 113 | 0 | 104 | 34 | 176 | 75 | 55 |
| Binary | 101101 | 10110111 | 111011 | 1001011 | 0 | 1000100 | 11100 | 1111110 | 111101 | 101101 |
Color Harmonies of #2DB73B
Complementary color
Monochromatic Colors of #2DB73B
Black with #2DB73B
Text Example
Text Example
White with #2DB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB73B; }
p { color: rgb(45,183,59); }
H1.HeaderClassName
{
color: #2DB73B;
}
.AnyTagClassName
{
color: #2DB73B;
}
</style>
background-color css
<style>
a { background-color: #2DB73B; }
a { background-color: rgb(45,183,59); }
div.DivClassName
{
background-color: #2DB73B;
}
.BgClassName
{
background-color: #2DB73B;
}
</style>
border-color css
<style>
span { border-color: #2DB73B; }
span { border-color: rgb(45,183,59); }
td.TdClassName
{
border-color: #2DB73B;
}
.TagClassName
{
border-color: #2DB73B;
}
</style>