Shades of Medium Sea Green #30C45F
Tints of Medium Sea Green #30C45F
RGB
CMYK
RGB Variations
Color information
#30C45F (or 0x30C45F) is known color: Medium Sea Green. HEX triplet: 30, C4 and 5F. RGB value is (48,196,95). Sum of RGB (Red+Green+Blue) = 48+196+95=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #30C45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C45F is #CF3BA0. Grayscale: #8C8C8C. Windows color (decimal): -13581217 or 6276144. OLE color: 6276144.
HSL color Cylindrical-coordinate representation of color #30C45F: hue angle of 139.05º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C45F is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 196 | 95 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.23 |
| HSL | 139.05º | 0.61% | 0.48% | - |
| HSV(B) | 139.05º | 0.76% | 0.77% | - |
| XYZ | 23.02 | 40.93 | 17.51 | - |
| YUV | 140.23 | 102.47 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 196 | 95 | 0.76 | 0 | 0.52 | 0.23 | 139.05 | 0.61 | 0.48 |
| Hex | 30 | C4 | 5F | 4C | 0 | 34 | 17 | 8B | 3D | 30 |
| Octal | 60 | 304 | 137 | 114 | 0 | 64 | 27 | 213 | 75 | 60 |
| Binary | 110000 | 11000100 | 1011111 | 1001100 | 0 | 110100 | 10111 | 10001011 | 111101 | 110000 |
Color Harmonies of #30C45F
Complementary color
Monochromatic Colors of #30C45F
Black with #30C45F
Text Example
Text Example
White with #30C45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C45F; }
p { color: rgb(48,196,95); }
H1.HeaderClassName
{
color: #30C45F;
}
.AnyTagClassName
{
color: #30C45F;
}
</style>
background-color css
<style>
a { background-color: #30C45F; }
a { background-color: rgb(48,196,95); }
div.DivClassName
{
background-color: #30C45F;
}
.BgClassName
{
background-color: #30C45F;
}
</style>
border-color css
<style>
span { border-color: #30C45F; }
span { border-color: rgb(48,196,95); }
td.TdClassName
{
border-color: #30C45F;
}
.TagClassName
{
border-color: #30C45F;
}
</style>