Shades of Light Sea Green #2DB59D
Tints of Light Sea Green #2DB59D
RGB
CMYK
RGB Variations
Color information
#2DB59D (or 0x2DB59D) is known color: Light Sea Green. HEX triplet: 2D, B5 and 9D. RGB value is (45,181,157). Sum of RGB (Red+Green+Blue) = 45+181+157=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB59D is #D24A62. Grayscale: #898989. Windows color (decimal): -13781603 or 10335533. OLE color: 10335533.
HSL color Cylindrical-coordinate representation of color #2DB59D: hue angle of 169.41º 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 #2DB59D is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 157 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.29 |
| HSL | 169.41º | 0.6% | 0.44% | - |
| HSV(B) | 169.41º | 0.75% | 0.71% | - |
| XYZ | 23.69 | 36.04 | 37.61 | - |
| YUV | 137.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 157 | 0.75 | 0 | 0.13 | 0.29 | 169.41 | 0.6 | 0.44 |
| Hex | 2D | B5 | 9D | 4B | 0 | D | 1D | A9 | 3C | 2C |
| Octal | 55 | 265 | 235 | 113 | 0 | 15 | 35 | 251 | 74 | 54 |
| Binary | 101101 | 10110101 | 10011101 | 1001011 | 0 | 1101 | 11101 | 10101001 | 111100 | 101100 |
Color Harmonies of #2DB59D
Complementary color
Monochromatic Colors of #2DB59D
Black with #2DB59D
Text Example
Text Example
White with #2DB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB59D; }
p { color: rgb(45,181,157); }
H1.HeaderClassName
{
color: #2DB59D;
}
.AnyTagClassName
{
color: #2DB59D;
}
</style>
background-color css
<style>
a { background-color: #2DB59D; }
a { background-color: rgb(45,181,157); }
div.DivClassName
{
background-color: #2DB59D;
}
.BgClassName
{
background-color: #2DB59D;
}
</style>
border-color css
<style>
span { border-color: #2DB59D; }
span { border-color: rgb(45,181,157); }
td.TdClassName
{
border-color: #2DB59D;
}
.TagClassName
{
border-color: #2DB59D;
}
</style>