Shades of Medium Sea Green #30BC5C
Tints of Medium Sea Green #30BC5C
RGB
CMYK
RGB Variations
Color information
#30BC5C (or 0x30BC5C) is known color: Medium Sea Green. HEX triplet: 30, BC and 5C. RGB value is (48,188,92). Sum of RGB (Red+Green+Blue) = 48+188+92=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC5C is #CF43A3. Grayscale: #878787. Windows color (decimal): -13583268 or 6077488. OLE color: 6077488.
HSL color Cylindrical-coordinate representation of color #30BC5C: hue angle of 138.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC5C is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 188 | 92 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.26 |
| HSL | 138.86º | 0.59% | 0.46% | - |
| HSV(B) | 138.86º | 0.74% | 0.74% | - |
| XYZ | 21.13 | 37.37 | 16.22 | - |
| YUV | 135.2 | 103.62 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 188 | 92 | 0.74 | 0 | 0.51 | 0.26 | 138.86 | 0.59 | 0.46 |
| Hex | 30 | BC | 5C | 4A | 0 | 33 | 1A | 8B | 3B | 2E |
| Octal | 60 | 274 | 134 | 112 | 0 | 63 | 32 | 213 | 73 | 56 |
| Binary | 110000 | 10111100 | 1011100 | 1001010 | 0 | 110011 | 11010 | 10001011 | 111011 | 101110 |
Color Harmonies of #30BC5C
Complementary color
Monochromatic Colors of #30BC5C
Black with #30BC5C
Text Example
Text Example
White with #30BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BC5C; }
p { color: rgb(48,188,92); }
H1.HeaderClassName
{
color: #30BC5C;
}
.AnyTagClassName
{
color: #30BC5C;
}
</style>
background-color css
<style>
a { background-color: #30BC5C; }
a { background-color: rgb(48,188,92); }
div.DivClassName
{
background-color: #30BC5C;
}
.BgClassName
{
background-color: #30BC5C;
}
</style>
border-color css
<style>
span { border-color: #30BC5C; }
span { border-color: rgb(48,188,92); }
td.TdClassName
{
border-color: #30BC5C;
}
.TagClassName
{
border-color: #30BC5C;
}
</style>