Shades of Spring Green #30FF73
Tints of Spring Green #30FF73
RGB
CMYK
RGB Variations
Color information
#30FF73 (or 0x30FF73) is known color: Spring Green. HEX triplet: 30, FF and 73. RGB value is (48,255,115). Sum of RGB (Red+Green+Blue) = 48+255+115=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF73 is #CF008C. Grayscale: #B1B1B1. Windows color (decimal): -13566093 or 7601968. OLE color: 7601968.
HSL color Cylindrical-coordinate representation of color #30FF73: hue angle of 139.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF73 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 115 | - |
| CMYK | 0.81 | 0 | 0.55 | 0 |
| HSL | 139.42º | 1% | 0.59% | - |
| HSV(B) | 139.42º | 0.81% | 1% | - |
| XYZ | 40.07 | 73.39 | 28.27 | - |
| YUV | 177.15 | 92.92 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 115 | 0.81 | 0 | 0.55 | 0 | 139.42 | 1 | 0.59 |
| Hex | 30 | FF | 73 | 51 | 0 | 37 | 0 | 8B | 64 | 3B |
| Octal | 60 | 377 | 163 | 121 | 0 | 67 | 0 | 213 | 144 | 73 |
| Binary | 110000 | 11111111 | 1110011 | 1010001 | 0 | 110111 | 0 | 10001011 | 1100100 | 111011 |
Color Harmonies of #30FF73
Complementary color
Monochromatic Colors of #30FF73
Black with #30FF73
Text Example
Text Example
White with #30FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF73; }
p { color: rgb(48,255,115); }
H1.HeaderClassName
{
color: #30FF73;
}
.AnyTagClassName
{
color: #30FF73;
}
</style>
background-color css
<style>
a { background-color: #30FF73; }
a { background-color: rgb(48,255,115); }
div.DivClassName
{
background-color: #30FF73;
}
.BgClassName
{
background-color: #30FF73;
}
</style>
border-color css
<style>
span { border-color: #30FF73; }
span { border-color: rgb(48,255,115); }
td.TdClassName
{
border-color: #30FF73;
}
.TagClassName
{
border-color: #30FF73;
}
</style>