Shades of Spring Green #30FC8B
Tints of Spring Green #30FC8B
RGB
CMYK
RGB Variations
Color information
#30FC8B (or 0x30FC8B) is known color: Spring Green. HEX triplet: 30, FC and 8B. RGB value is (48,252,139). Sum of RGB (Red+Green+Blue) = 48+252+139=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FC8B is #CF0374. Grayscale: #B2B2B2. Windows color (decimal): -13566837 or 9174064. OLE color: 9174064.
HSL color Cylindrical-coordinate representation of color #30FC8B: hue angle of 146.76º 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 #30FC8B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 139 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.01 |
| HSL | 146.76º | 0.97% | 0.59% | - |
| HSV(B) | 146.76º | 0.81% | 0.99% | - |
| XYZ | 40.69 | 72.11 | 36.2 | - |
| YUV | 178.12 | 105.91 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 139 | 0.81 | 0 | 0.45 | 0.01 | 146.76 | 0.97 | 0.59 |
| Hex | 30 | FC | 8B | 51 | 0 | 2D | 1 | 93 | 61 | 3B |
| Octal | 60 | 374 | 213 | 121 | 0 | 55 | 1 | 223 | 141 | 73 |
| Binary | 110000 | 11111100 | 10001011 | 1010001 | 0 | 101101 | 1 | 10010011 | 1100001 | 111011 |
Color Harmonies of #30FC8B
Complementary color
Monochromatic Colors of #30FC8B
Black with #30FC8B
Text Example
Text Example
White with #30FC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FC8B; }
p { color: rgb(48,252,139); }
H1.HeaderClassName
{
color: #30FC8B;
}
.AnyTagClassName
{
color: #30FC8B;
}
</style>
background-color css
<style>
a { background-color: #30FC8B; }
a { background-color: rgb(48,252,139); }
div.DivClassName
{
background-color: #30FC8B;
}
.BgClassName
{
background-color: #30FC8B;
}
</style>
border-color css
<style>
span { border-color: #30FC8B; }
span { border-color: rgb(48,252,139); }
td.TdClassName
{
border-color: #30FC8B;
}
.TagClassName
{
border-color: #30FC8B;
}
</style>