Shades of Medium Sea Green #30D465
Tints of Medium Sea Green #30D465
RGB
CMYK
RGB Variations
Color information
#30D465 (or 0x30D465) is known color: Medium Sea Green. HEX triplet: 30, D4 and 65. RGB value is (48,212,101). Sum of RGB (Red+Green+Blue) = 48+212+101=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #30D465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D465 is #CF2B9A. Grayscale: #969696. Windows color (decimal): -13577115 or 6673456. OLE color: 6673456.
HSL color Cylindrical-coordinate representation of color #30D465: hue angle of 139.39º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D465 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 101 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.17 |
| HSL | 139.39º | 0.66% | 0.51% | - |
| HSV(B) | 139.39º | 0.77% | 0.83% | - |
| XYZ | 27.11 | 48.65 | 20.27 | - |
| YUV | 150.31 | 100.17 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 101 | 0.77 | 0 | 0.52 | 0.17 | 139.39 | 0.66 | 0.51 |
| Hex | 30 | D4 | 65 | 4D | 0 | 34 | 11 | 8B | 42 | 33 |
| Octal | 60 | 324 | 145 | 115 | 0 | 64 | 21 | 213 | 102 | 63 |
| Binary | 110000 | 11010100 | 1100101 | 1001101 | 0 | 110100 | 10001 | 10001011 | 1000010 | 110011 |
Color Harmonies of #30D465
Complementary color
Monochromatic Colors of #30D465
Black with #30D465
Text Example
Text Example
White with #30D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D465; }
p { color: rgb(48,212,101); }
H1.HeaderClassName
{
color: #30D465;
}
.AnyTagClassName
{
color: #30D465;
}
</style>
background-color css
<style>
a { background-color: #30D465; }
a { background-color: rgb(48,212,101); }
div.DivClassName
{
background-color: #30D465;
}
.BgClassName
{
background-color: #30D465;
}
</style>
border-color css
<style>
span { border-color: #30D465; }
span { border-color: rgb(48,212,101); }
td.TdClassName
{
border-color: #30D465;
}
.TagClassName
{
border-color: #30D465;
}
</style>