Shades of Spring Green #30FB76
Tints of Spring Green #30FB76
RGB
CMYK
RGB Variations
Color information
#30FB76 (or 0x30FB76) is known color: Spring Green. HEX triplet: 30, FB and 76. RGB value is (48,251,118). Sum of RGB (Red+Green+Blue) = 48+251+118=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FB76 is #CF0489. Grayscale: #AFAFAF. Windows color (decimal): -13567114 or 7797552. OLE color: 7797552.
HSL color Cylindrical-coordinate representation of color #30FB76: hue angle of 140.69º 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 #30FB76 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 118 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.02 |
| HSL | 140.69º | 0.96% | 0.59% | - |
| HSV(B) | 140.69º | 0.81% | 0.98% | - |
| XYZ | 38.99 | 70.93 | 28.78 | - |
| YUV | 175.14 | 95.75 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 118 | 0.81 | 0 | 0.53 | 0.02 | 140.69 | 0.96 | 0.59 |
| Hex | 30 | FB | 76 | 51 | 0 | 35 | 2 | 8D | 60 | 3B |
| Octal | 60 | 373 | 166 | 121 | 0 | 65 | 2 | 215 | 140 | 73 |
| Binary | 110000 | 11111011 | 1110110 | 1010001 | 0 | 110101 | 10 | 10001101 | 1100000 | 111011 |
Color Harmonies of #30FB76
Complementary color
Monochromatic Colors of #30FB76
Black with #30FB76
Text Example
Text Example
White with #30FB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB76; }
p { color: rgb(48,251,118); }
H1.HeaderClassName
{
color: #30FB76;
}
.AnyTagClassName
{
color: #30FB76;
}
</style>
background-color css
<style>
a { background-color: #30FB76; }
a { background-color: rgb(48,251,118); }
div.DivClassName
{
background-color: #30FB76;
}
.BgClassName
{
background-color: #30FB76;
}
</style>
border-color css
<style>
span { border-color: #30FB76; }
span { border-color: rgb(48,251,118); }
td.TdClassName
{
border-color: #30FB76;
}
.TagClassName
{
border-color: #30FB76;
}
</style>