Shades of Medium Sea Green #2DB45B
Tints of Medium Sea Green #2DB45B
RGB
CMYK
RGB Variations
Color information
#2DB45B (or 0x2DB45B) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 5B. RGB value is (45,180,91). Sum of RGB (Red+Green+Blue) = 45+180+91=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB45B is #D24BA4. Grayscale: #818181. Windows color (decimal): -13781925 or 6009901. OLE color: 6009901.
HSL color Cylindrical-coordinate representation of color #2DB45B: hue angle of 140.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB45B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 91 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.29 |
| HSL | 140.44º | 0.6% | 0.44% | - |
| HSV(B) | 140.44º | 0.75% | 0.71% | - |
| XYZ | 19.29 | 33.96 | 15.43 | - |
| YUV | 129.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 91 | 0.75 | 0 | 0.49 | 0.29 | 140.44 | 0.6 | 0.44 |
| Hex | 2D | B4 | 5B | 4B | 0 | 31 | 1D | 8C | 3C | 2C |
| Octal | 55 | 264 | 133 | 113 | 0 | 61 | 35 | 214 | 74 | 54 |
| Binary | 101101 | 10110100 | 1011011 | 1001011 | 0 | 110001 | 11101 | 10001100 | 111100 | 101100 |
Color Harmonies of #2DB45B
Complementary color
Monochromatic Colors of #2DB45B
Black with #2DB45B
Text Example
Text Example
White with #2DB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB45B; }
p { color: rgb(45,180,91); }
H1.HeaderClassName
{
color: #2DB45B;
}
.AnyTagClassName
{
color: #2DB45B;
}
</style>
background-color css
<style>
a { background-color: #2DB45B; }
a { background-color: rgb(45,180,91); }
div.DivClassName
{
background-color: #2DB45B;
}
.BgClassName
{
background-color: #2DB45B;
}
</style>
border-color css
<style>
span { border-color: #2DB45B; }
span { border-color: rgb(45,180,91); }
td.TdClassName
{
border-color: #2DB45B;
}
.TagClassName
{
border-color: #2DB45B;
}
</style>