Shades of Spring Green #30F572
Tints of Spring Green #30F572
RGB
CMYK
RGB Variations
Color information
#30F572 (or 0x30F572) is known color: Spring Green. HEX triplet: 30, F5 and 72. RGB value is (48,245,114). Sum of RGB (Red+Green+Blue) = 48+245+114=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 245 (96.09% from 255 or 60.20% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 245 - color contains mainly: green. Hex color #30F572 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F572 is #CF0A8D. Grayscale: #ABABAB. Windows color (decimal): -13568654 or 7533872. OLE color: 7533872.
HSL color Cylindrical-coordinate representation of color #30F572: hue angle of 140.1º degrees, saturation: 0.91, 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 #30F572 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 245 | 114 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.04 |
| HSL | 140.1º | 0.91% | 0.57% | - |
| HSV(B) | 140.1º | 0.8% | 0.96% | - |
| XYZ | 36.91 | 67.15 | 26.94 | - |
| YUV | 171.16 | 95.73 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 245 | 114 | 0.80 | 0 | 0.53 | 0.04 | 140.1 | 0.91 | 0.57 |
| Hex | 30 | F5 | 72 | 50 | 0 | 35 | 4 | 8C | 5B | 39 |
| Octal | 60 | 365 | 162 | 120 | 0 | 65 | 4 | 214 | 133 | 71 |
| Binary | 110000 | 11110101 | 1110010 | 1010000 | 0 | 110101 | 100 | 10001100 | 1011011 | 111001 |
Color Harmonies of #30F572
Complementary color
Monochromatic Colors of #30F572
Black with #30F572
Text Example
Text Example
White with #30F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F572; }
p { color: rgb(48,245,114); }
H1.HeaderClassName
{
color: #30F572;
}
.AnyTagClassName
{
color: #30F572;
}
</style>
background-color css
<style>
a { background-color: #30F572; }
a { background-color: rgb(48,245,114); }
div.DivClassName
{
background-color: #30F572;
}
.BgClassName
{
background-color: #30F572;
}
</style>
border-color css
<style>
span { border-color: #30F572; }
span { border-color: rgb(48,245,114); }
td.TdClassName
{
border-color: #30F572;
}
.TagClassName
{
border-color: #30F572;
}
</style>