Shades of Medium Sea Green #2DB55C
Tints of Medium Sea Green #2DB55C
RGB
CMYK
RGB Variations
Color information
#2DB55C (or 0x2DB55C) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 5C. RGB value is (45,181,92). Sum of RGB (Red+Green+Blue) = 45+181+92=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB55C is #D24AA3. Grayscale: #828282. Windows color (decimal): -13781668 or 6075693. OLE color: 6075693.
HSL color Cylindrical-coordinate representation of color #2DB55C: hue angle of 140.74º 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 #2DB55C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 92 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.29 |
| HSL | 140.74º | 0.6% | 0.44% | - |
| HSV(B) | 140.74º | 0.75% | 0.71% | - |
| XYZ | 19.54 | 34.38 | 15.73 | - |
| YUV | 130.19 | 106.44 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 92 | 0.75 | 0 | 0.49 | 0.29 | 140.74 | 0.6 | 0.44 |
| Hex | 2D | B5 | 5C | 4B | 0 | 31 | 1D | 8D | 3C | 2C |
| Octal | 55 | 265 | 134 | 113 | 0 | 61 | 35 | 215 | 74 | 54 |
| Binary | 101101 | 10110101 | 1011100 | 1001011 | 0 | 110001 | 11101 | 10001101 | 111100 | 101100 |
Color Harmonies of #2DB55C
Complementary color
Monochromatic Colors of #2DB55C
Black with #2DB55C
Text Example
Text Example
White with #2DB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB55C; }
p { color: rgb(45,181,92); }
H1.HeaderClassName
{
color: #2DB55C;
}
.AnyTagClassName
{
color: #2DB55C;
}
</style>
background-color css
<style>
a { background-color: #2DB55C; }
a { background-color: rgb(45,181,92); }
div.DivClassName
{
background-color: #2DB55C;
}
.BgClassName
{
background-color: #2DB55C;
}
</style>
border-color css
<style>
span { border-color: #2DB55C; }
span { border-color: rgb(45,181,92); }
td.TdClassName
{
border-color: #2DB55C;
}
.TagClassName
{
border-color: #2DB55C;
}
</style>