Shades of Medium Sea Green #30BD5D
Tints of Medium Sea Green #30BD5D
RGB
CMYK
RGB Variations
Color information
#30BD5D (or 0x30BD5D) is known color: Medium Sea Green. HEX triplet: 30, BD and 5D. RGB value is (48,189,93). Sum of RGB (Red+Green+Blue) = 48+189+93=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD5D is #CF42A2. Grayscale: #888888. Windows color (decimal): -13583011 or 6143280. OLE color: 6143280.
HSL color Cylindrical-coordinate representation of color #30BD5D: hue angle of 139.15º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD5D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 93 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.26 |
| HSL | 139.15º | 0.59% | 0.46% | - |
| HSV(B) | 139.15º | 0.75% | 0.74% | - |
| XYZ | 21.39 | 37.81 | 16.53 | - |
| YUV | 135.9 | 103.79 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 93 | 0.75 | 0 | 0.51 | 0.26 | 139.15 | 0.59 | 0.46 |
| Hex | 30 | BD | 5D | 4B | 0 | 33 | 1A | 8B | 3B | 2E |
| Octal | 60 | 275 | 135 | 113 | 0 | 63 | 32 | 213 | 73 | 56 |
| Binary | 110000 | 10111101 | 1011101 | 1001011 | 0 | 110011 | 11010 | 10001011 | 111011 | 101110 |
Color Harmonies of #30BD5D
Complementary color
Monochromatic Colors of #30BD5D
Black with #30BD5D
Text Example
Text Example
White with #30BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD5D; }
p { color: rgb(48,189,93); }
H1.HeaderClassName
{
color: #30BD5D;
}
.AnyTagClassName
{
color: #30BD5D;
}
</style>
background-color css
<style>
a { background-color: #30BD5D; }
a { background-color: rgb(48,189,93); }
div.DivClassName
{
background-color: #30BD5D;
}
.BgClassName
{
background-color: #30BD5D;
}
</style>
border-color css
<style>
span { border-color: #30BD5D; }
span { border-color: rgb(48,189,93); }
td.TdClassName
{
border-color: #30BD5D;
}
.TagClassName
{
border-color: #30BD5D;
}
</style>