Shades of Spring Green #30F472
Tints of Spring Green #30F472
RGB
CMYK
RGB Variations
Color information
#30F472 (or 0x30F472) is known color: Spring Green. HEX triplet: 30, F4 and 72. RGB value is (48,244,114). Sum of RGB (Red+Green+Blue) = 48+244+114=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #30F472 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F472 is #CF0B8D. Grayscale: #AAAAAA. Windows color (decimal): -13568910 or 7533616. OLE color: 7533616.
HSL color Cylindrical-coordinate representation of color #30F472: hue angle of 140.2º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F472 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 114 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.04 |
| HSL | 140.2º | 0.9% | 0.57% | - |
| HSV(B) | 140.2º | 0.8% | 0.96% | - |
| XYZ | 36.61 | 66.54 | 26.83 | - |
| YUV | 170.58 | 96.07 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 114 | 0.80 | 0 | 0.53 | 0.04 | 140.2 | 0.9 | 0.57 |
| Hex | 30 | F4 | 72 | 50 | 0 | 35 | 4 | 8C | 5A | 39 |
| Octal | 60 | 364 | 162 | 120 | 0 | 65 | 4 | 214 | 132 | 71 |
| Binary | 110000 | 11110100 | 1110010 | 1010000 | 0 | 110101 | 100 | 10001100 | 1011010 | 111001 |
Color Harmonies of #30F472
Complementary color
Monochromatic Colors of #30F472
Black with #30F472
Text Example
Text Example
White with #30F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F472; }
p { color: rgb(48,244,114); }
H1.HeaderClassName
{
color: #30F472;
}
.AnyTagClassName
{
color: #30F472;
}
</style>
background-color css
<style>
a { background-color: #30F472; }
a { background-color: rgb(48,244,114); }
div.DivClassName
{
background-color: #30F472;
}
.BgClassName
{
background-color: #30F472;
}
</style>
border-color css
<style>
span { border-color: #30F472; }
span { border-color: rgb(48,244,114); }
td.TdClassName
{
border-color: #30F472;
}
.TagClassName
{
border-color: #30F472;
}
</style>