Shades of Medium Sea Green #30BF5D
Tints of Medium Sea Green #30BF5D
RGB
CMYK
RGB Variations
Color information
#30BF5D (or 0x30BF5D) is known color: Medium Sea Green. HEX triplet: 30, BF and 5D. RGB value is (48,191,93). Sum of RGB (Red+Green+Blue) = 48+191+93=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF5D is #CF40A2. Grayscale: #898989. Windows color (decimal): -13582499 or 6143792. OLE color: 6143792.
HSL color Cylindrical-coordinate representation of color #30BF5D: hue angle of 138.88º 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 #30BF5D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 191 | 93 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.25 |
| HSL | 138.88º | 0.6% | 0.47% | - |
| HSV(B) | 138.88º | 0.75% | 0.75% | - |
| XYZ | 21.83 | 38.68 | 16.67 | - |
| YUV | 137.07 | 103.12 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 191 | 93 | 0.75 | 0 | 0.51 | 0.25 | 138.88 | 0.6 | 0.47 |
| Hex | 30 | BF | 5D | 4B | 0 | 33 | 19 | 8B | 3C | 2F |
| Octal | 60 | 277 | 135 | 113 | 0 | 63 | 31 | 213 | 74 | 57 |
| Binary | 110000 | 10111111 | 1011101 | 1001011 | 0 | 110011 | 11001 | 10001011 | 111100 | 101111 |
Color Harmonies of #30BF5D
Complementary color
Monochromatic Colors of #30BF5D
Black with #30BF5D
Text Example
Text Example
White with #30BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BF5D; }
p { color: rgb(48,191,93); }
H1.HeaderClassName
{
color: #30BF5D;
}
.AnyTagClassName
{
color: #30BF5D;
}
</style>
background-color css
<style>
a { background-color: #30BF5D; }
a { background-color: rgb(48,191,93); }
div.DivClassName
{
background-color: #30BF5D;
}
.BgClassName
{
background-color: #30BF5D;
}
</style>
border-color css
<style>
span { border-color: #30BF5D; }
span { border-color: rgb(48,191,93); }
td.TdClassName
{
border-color: #30BF5D;
}
.TagClassName
{
border-color: #30BF5D;
}
</style>