Shades of Medium Sea Green #30C65D
Tints of Medium Sea Green #30C65D
RGB
CMYK
RGB Variations
Color information
#30C65D (or 0x30C65D) is known color: Medium Sea Green. HEX triplet: 30, C6 and 5D. RGB value is (48,198,93). Sum of RGB (Red+Green+Blue) = 48+198+93=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #30C65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C65D is #CF39A2. Grayscale: #8D8D8D. Windows color (decimal): -13580707 or 6145584. OLE color: 6145584.
HSL color Cylindrical-coordinate representation of color #30C65D: hue angle of 138º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C65D is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 198 | 93 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.22 |
| HSL | 138º | 0.61% | 0.48% | - |
| HSV(B) | 138º | 0.76% | 0.78% | - |
| XYZ | 23.39 | 41.81 | 17.19 | - |
| YUV | 141.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 198 | 93 | 0.76 | 0 | 0.53 | 0.22 | 138 | 0.61 | 0.48 |
| Hex | 30 | C6 | 5D | 4C | 0 | 35 | 16 | 8A | 3D | 30 |
| Octal | 60 | 306 | 135 | 114 | 0 | 65 | 26 | 212 | 75 | 60 |
| Binary | 110000 | 11000110 | 1011101 | 1001100 | 0 | 110101 | 10110 | 10001010 | 111101 | 110000 |
Color Harmonies of #30C65D
Complementary color
Monochromatic Colors of #30C65D
Black with #30C65D
Text Example
Text Example
White with #30C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C65D; }
p { color: rgb(48,198,93); }
H1.HeaderClassName
{
color: #30C65D;
}
.AnyTagClassName
{
color: #30C65D;
}
</style>
background-color css
<style>
a { background-color: #30C65D; }
a { background-color: rgb(48,198,93); }
div.DivClassName
{
background-color: #30C65D;
}
.BgClassName
{
background-color: #30C65D;
}
</style>
border-color css
<style>
span { border-color: #30C65D; }
span { border-color: rgb(48,198,93); }
td.TdClassName
{
border-color: #30C65D;
}
.TagClassName
{
border-color: #30C65D;
}
</style>