Shades of Spring Green #30FB84
Tints of Spring Green #30FB84
RGB
CMYK
RGB Variations
Color information
#30FB84 (or 0x30FB84) is known color: Spring Green. HEX triplet: 30, FB and 84. RGB value is (48,251,132). Sum of RGB (Red+Green+Blue) = 48+251+132=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 251 (98.44% from 255 or 58.24% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FB84 is #CF047B. Grayscale: #B1B1B1. Windows color (decimal): -13567100 or 8715056. OLE color: 8715056.
HSL color Cylindrical-coordinate representation of color #30FB84: hue angle of 144.83º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB84 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 132 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.02 |
| HSL | 144.83º | 0.96% | 0.59% | - |
| HSV(B) | 144.83º | 0.81% | 0.98% | - |
| XYZ | 39.88 | 71.29 | 33.49 | - |
| YUV | 176.74 | 102.75 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 132 | 0.81 | 0 | 0.47 | 0.02 | 144.83 | 0.96 | 0.59 |
| Hex | 30 | FB | 84 | 51 | 0 | 2F | 2 | 91 | 60 | 3B |
| Octal | 60 | 373 | 204 | 121 | 0 | 57 | 2 | 221 | 140 | 73 |
| Binary | 110000 | 11111011 | 10000100 | 1010001 | 0 | 101111 | 10 | 10010001 | 1100000 | 111011 |
Color Harmonies of #30FB84
Complementary color
Monochromatic Colors of #30FB84
Black with #30FB84
Text Example
Text Example
White with #30FB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB84; }
p { color: rgb(48,251,132); }
H1.HeaderClassName
{
color: #30FB84;
}
.AnyTagClassName
{
color: #30FB84;
}
</style>
background-color css
<style>
a { background-color: #30FB84; }
a { background-color: rgb(48,251,132); }
div.DivClassName
{
background-color: #30FB84;
}
.BgClassName
{
background-color: #30FB84;
}
</style>
border-color css
<style>
span { border-color: #30FB84; }
span { border-color: rgb(48,251,132); }
td.TdClassName
{
border-color: #30FB84;
}
.TagClassName
{
border-color: #30FB84;
}
</style>