Shades of Medium Sea Green #30BF5F
Tints of Medium Sea Green #30BF5F
RGB
CMYK
RGB Variations
Color information
#30BF5F (or 0x30BF5F) is known color: Medium Sea Green. HEX triplet: 30, BF and 5F. RGB value is (48,191,95). Sum of RGB (Red+Green+Blue) = 48+191+95=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF5F is #CF40A0. Grayscale: #898989. Windows color (decimal): -13582497 or 6274864. OLE color: 6274864.
HSL color Cylindrical-coordinate representation of color #30BF5F: hue angle of 139.72º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF5F is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 95 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.25 |
| HSL | 139.72º | 0.6% | 0.47% | - |
| HSV(B) | 139.72º | 0.75% | 0.75% | - |
| XYZ | 21.92 | 38.72 | 17.14 | - |
| YUV | 137.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 95 | 0.75 | 0 | 0.50 | 0.25 | 139.72 | 0.6 | 0.47 |
| Hex | 30 | BF | 5F | 4B | 0 | 32 | 19 | 8C | 3C | 2F |
| Octal | 60 | 277 | 137 | 113 | 0 | 62 | 31 | 214 | 74 | 57 |
| Binary | 110000 | 10111111 | 1011111 | 1001011 | 0 | 110010 | 11001 | 10001100 | 111100 | 101111 |
Color Harmonies of #30BF5F
Complementary color
Monochromatic Colors of #30BF5F
Black with #30BF5F
Text Example
Text Example
White with #30BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF5F; }
p { color: rgb(48,191,95); }
H1.HeaderClassName
{
color: #30BF5F;
}
.AnyTagClassName
{
color: #30BF5F;
}
</style>
background-color css
<style>
a { background-color: #30BF5F; }
a { background-color: rgb(48,191,95); }
div.DivClassName
{
background-color: #30BF5F;
}
.BgClassName
{
background-color: #30BF5F;
}
</style>
border-color css
<style>
span { border-color: #30BF5F; }
span { border-color: rgb(48,191,95); }
td.TdClassName
{
border-color: #30BF5F;
}
.TagClassName
{
border-color: #30BF5F;
}
</style>