Shades of Spring Green #30FD72
Tints of Spring Green #30FD72
RGB
CMYK
RGB Variations
Color information
#30FD72 (or 0x30FD72) is known color: Spring Green. HEX triplet: 30, FD and 72. RGB value is (48,253,114). Sum of RGB (Red+Green+Blue) = 48+253+114=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 253 (99.22% from 255 or 60.96% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FD72 is #CF028D. Grayscale: #B0B0B0. Windows color (decimal): -13566606 or 7535920. OLE color: 7535920.
HSL color Cylindrical-coordinate representation of color #30FD72: hue angle of 139.32º degrees, saturation: 0.98, 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 #30FD72 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 114 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.01 |
| HSL | 139.32º | 0.98% | 0.59% | - |
| HSV(B) | 139.32º | 0.81% | 0.99% | - |
| XYZ | 39.38 | 72.09 | 27.76 | - |
| YUV | 175.86 | 93.08 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 114 | 0.81 | 0 | 0.55 | 0.01 | 139.32 | 0.98 | 0.59 |
| Hex | 30 | FD | 72 | 51 | 0 | 37 | 1 | 8B | 62 | 3B |
| Octal | 60 | 375 | 162 | 121 | 0 | 67 | 1 | 213 | 142 | 73 |
| Binary | 110000 | 11111101 | 1110010 | 1010001 | 0 | 110111 | 1 | 10001011 | 1100010 | 111011 |
Color Harmonies of #30FD72
Complementary color
Monochromatic Colors of #30FD72
Black with #30FD72
Text Example
Text Example
White with #30FD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FD72; }
p { color: rgb(48,253,114); }
H1.HeaderClassName
{
color: #30FD72;
}
.AnyTagClassName
{
color: #30FD72;
}
</style>
background-color css
<style>
a { background-color: #30FD72; }
a { background-color: rgb(48,253,114); }
div.DivClassName
{
background-color: #30FD72;
}
.BgClassName
{
background-color: #30FD72;
}
</style>
border-color css
<style>
span { border-color: #30FD72; }
span { border-color: rgb(48,253,114); }
td.TdClassName
{
border-color: #30FD72;
}
.TagClassName
{
border-color: #30FD72;
}
</style>