Shades of Medium Sea Green #2DB75F
Tints of Medium Sea Green #2DB75F
RGB
CMYK
RGB Variations
Color information
#2DB75F (or 0x2DB75F) is known color: Medium Sea Green. HEX triplet: 2D, B7 and 5F. RGB value is (45,183,95). Sum of RGB (Red+Green+Blue) = 45+183+95=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB75F is #D248A0. Grayscale: #838383. Windows color (decimal): -13781153 or 6272813. OLE color: 6272813.
HSL color Cylindrical-coordinate representation of color #2DB75F: hue angle of 141.74º 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 #2DB75F is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 95 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.28 |
| HSL | 141.74º | 0.61% | 0.45% | - |
| HSV(B) | 141.74º | 0.75% | 0.72% | - |
| XYZ | 20.08 | 35.25 | 16.57 | - |
| YUV | 131.71 | 107.28 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 95 | 0.75 | 0 | 0.48 | 0.28 | 141.74 | 0.61 | 0.45 |
| Hex | 2D | B7 | 5F | 4B | 0 | 30 | 1C | 8E | 3D | 2D |
| Octal | 55 | 267 | 137 | 113 | 0 | 60 | 34 | 216 | 75 | 55 |
| Binary | 101101 | 10110111 | 1011111 | 1001011 | 0 | 110000 | 11100 | 10001110 | 111101 | 101101 |
Color Harmonies of #2DB75F
Complementary color
Monochromatic Colors of #2DB75F
Black with #2DB75F
Text Example
Text Example
White with #2DB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB75F; }
p { color: rgb(45,183,95); }
H1.HeaderClassName
{
color: #2DB75F;
}
.AnyTagClassName
{
color: #2DB75F;
}
</style>
background-color css
<style>
a { background-color: #2DB75F; }
a { background-color: rgb(45,183,95); }
div.DivClassName
{
background-color: #2DB75F;
}
.BgClassName
{
background-color: #2DB75F;
}
</style>
border-color css
<style>
span { border-color: #2DB75F; }
span { border-color: rgb(45,183,95); }
td.TdClassName
{
border-color: #2DB75F;
}
.TagClassName
{
border-color: #2DB75F;
}
</style>