Shades of Spring Green #30FC6B
Tints of Spring Green #30FC6B
RGB
CMYK
RGB Variations
Color information
#30FC6B (or 0x30FC6B) is known color: Spring Green. HEX triplet: 30, FC and 6B. RGB value is (48,252,107). Sum of RGB (Red+Green+Blue) = 48+252+107=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC6B is #CF0394. Grayscale: #AEAEAE. Windows color (decimal): -13566869 or 7076912. OLE color: 7076912.
HSL color Cylindrical-coordinate representation of color #30FC6B: hue angle of 137.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC6B is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 107 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.01 |
| HSL | 137.35º | 0.97% | 0.59% | - |
| HSV(B) | 137.35º | 0.81% | 0.99% | - |
| XYZ | 38.68 | 71.31 | 25.64 | - |
| YUV | 174.47 | 89.91 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 107 | 0.81 | 0 | 0.58 | 0.01 | 137.35 | 0.97 | 0.59 |
| Hex | 30 | FC | 6B | 51 | 0 | 3A | 1 | 89 | 61 | 3B |
| Octal | 60 | 374 | 153 | 121 | 0 | 72 | 1 | 211 | 141 | 73 |
| Binary | 110000 | 11111100 | 1101011 | 1010001 | 0 | 111010 | 1 | 10001001 | 1100001 | 111011 |
Color Harmonies of #30FC6B
Complementary color
Monochromatic Colors of #30FC6B
Black with #30FC6B
Text Example
Text Example
White with #30FC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FC6B; }
p { color: rgb(48,252,107); }
H1.HeaderClassName
{
color: #30FC6B;
}
.AnyTagClassName
{
color: #30FC6B;
}
</style>
background-color css
<style>
a { background-color: #30FC6B; }
a { background-color: rgb(48,252,107); }
div.DivClassName
{
background-color: #30FC6B;
}
.BgClassName
{
background-color: #30FC6B;
}
</style>
border-color css
<style>
span { border-color: #30FC6B; }
span { border-color: rgb(48,252,107); }
td.TdClassName
{
border-color: #30FC6B;
}
.TagClassName
{
border-color: #30FC6B;
}
</style>