Shades of Light Sea Green #2DB59F
Tints of Light Sea Green #2DB59F
RGB
CMYK
RGB Variations
Color information
#2DB59F (or 0x2DB59F) is known color: Light Sea Green. HEX triplet: 2D, B5 and 9F. RGB value is (45,181,159). Sum of RGB (Red+Green+Blue) = 45+181+159=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB59F is #D24A60. Grayscale: #898989. Windows color (decimal): -13781601 or 10466605. OLE color: 10466605.
HSL color Cylindrical-coordinate representation of color #2DB59F: hue angle of 170.29º 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 #2DB59F is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 159 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.29 |
| HSL | 170.29º | 0.6% | 0.44% | - |
| HSV(B) | 170.29º | 0.75% | 0.71% | - |
| XYZ | 23.86 | 36.11 | 38.51 | - |
| YUV | 137.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 159 | 0.75 | 0 | 0.12 | 0.29 | 170.29 | 0.6 | 0.44 |
| Hex | 2D | B5 | 9F | 4B | 0 | C | 1D | AA | 3C | 2C |
| Octal | 55 | 265 | 237 | 113 | 0 | 14 | 35 | 252 | 74 | 54 |
| Binary | 101101 | 10110101 | 10011111 | 1001011 | 0 | 1100 | 11101 | 10101010 | 111100 | 101100 |
Color Harmonies of #2DB59F
Complementary color
Monochromatic Colors of #2DB59F
Black with #2DB59F
Text Example
Text Example
White with #2DB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB59F; }
p { color: rgb(45,181,159); }
H1.HeaderClassName
{
color: #2DB59F;
}
.AnyTagClassName
{
color: #2DB59F;
}
</style>
background-color css
<style>
a { background-color: #2DB59F; }
a { background-color: rgb(45,181,159); }
div.DivClassName
{
background-color: #2DB59F;
}
.BgClassName
{
background-color: #2DB59F;
}
</style>
border-color css
<style>
span { border-color: #2DB59F; }
span { border-color: rgb(45,181,159); }
td.TdClassName
{
border-color: #2DB59F;
}
.TagClassName
{
border-color: #2DB59F;
}
</style>