Shades of Medium Sea Green #30CC7D
Tints of Medium Sea Green #30CC7D
RGB
CMYK
RGB Variations
Color information
#30CC7D (or 0x30CC7D) is known color: Medium Sea Green. HEX triplet: 30, CC and 7D. RGB value is (48,204,125). Sum of RGB (Red+Green+Blue) = 48+204+125=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CC7D is #CF3382. Grayscale: #949494. Windows color (decimal): -13579139 or 8244272. OLE color: 8244272.
HSL color Cylindrical-coordinate representation of color #30CC7D: hue angle of 149.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CC7D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 204 | 125 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.2 |
| HSL | 149.62º | 0.62% | 0.49% | - |
| HSV(B) | 149.62º | 0.76% | 0.8% | - |
| XYZ | 26.51 | 45.29 | 26.75 | - |
| YUV | 148.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 204 | 125 | 0.76 | 0 | 0.39 | 0.2 | 149.62 | 0.62 | 0.49 |
| Hex | 30 | CC | 7D | 4C | 0 | 27 | 14 | 96 | 3E | 31 |
| Octal | 60 | 314 | 175 | 114 | 0 | 47 | 24 | 226 | 76 | 61 |
| Binary | 110000 | 11001100 | 1111101 | 1001100 | 0 | 100111 | 10100 | 10010110 | 111110 | 110001 |
Color Harmonies of #30CC7D
Complementary color
Monochromatic Colors of #30CC7D
Black with #30CC7D
Text Example
Text Example
White with #30CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CC7D; }
p { color: rgb(48,204,125); }
H1.HeaderClassName
{
color: #30CC7D;
}
.AnyTagClassName
{
color: #30CC7D;
}
</style>
background-color css
<style>
a { background-color: #30CC7D; }
a { background-color: rgb(48,204,125); }
div.DivClassName
{
background-color: #30CC7D;
}
.BgClassName
{
background-color: #30CC7D;
}
</style>
border-color css
<style>
span { border-color: #30CC7D; }
span { border-color: rgb(48,204,125); }
td.TdClassName
{
border-color: #30CC7D;
}
.TagClassName
{
border-color: #30CC7D;
}
</style>