Shades of Spring Green #30FF70
Tints of Spring Green #30FF70
RGB
CMYK
RGB Variations
Color information
#30FF70 (or 0x30FF70) is known color: Spring Green. HEX triplet: 30, FF and 70. RGB value is (48,255,112). Sum of RGB (Red+Green+Blue) = 48+255+112=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF70 is #CF008F. Grayscale: #B1B1B1. Windows color (decimal): -13566096 or 7405360. OLE color: 7405360.
HSL color Cylindrical-coordinate representation of color #30FF70: hue angle of 138.55º 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 #30FF70 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 112 | - |
| CMYK | 0.81 | 0 | 0.56 | 0 |
| HSL | 138.55º | 1% | 0.59% | - |
| HSV(B) | 138.55º | 0.81% | 1% | - |
| XYZ | 39.9 | 73.32 | 27.38 | - |
| YUV | 176.81 | 91.42 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 112 | 0.81 | 0 | 0.56 | 0 | 138.55 | 1 | 0.59 |
| Hex | 30 | FF | 70 | 51 | 0 | 38 | 0 | 8B | 64 | 3B |
| Octal | 60 | 377 | 160 | 121 | 0 | 70 | 0 | 213 | 144 | 73 |
| Binary | 110000 | 11111111 | 1110000 | 1010001 | 0 | 111000 | 0 | 10001011 | 1100100 | 111011 |
Color Harmonies of #30FF70
Complementary color
Monochromatic Colors of #30FF70
Black with #30FF70
Text Example
Text Example
White with #30FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF70; }
p { color: rgb(48,255,112); }
H1.HeaderClassName
{
color: #30FF70;
}
.AnyTagClassName
{
color: #30FF70;
}
</style>
background-color css
<style>
a { background-color: #30FF70; }
a { background-color: rgb(48,255,112); }
div.DivClassName
{
background-color: #30FF70;
}
.BgClassName
{
background-color: #30FF70;
}
</style>
border-color css
<style>
span { border-color: #30FF70; }
span { border-color: rgb(48,255,112); }
td.TdClassName
{
border-color: #30FF70;
}
.TagClassName
{
border-color: #30FF70;
}
</style>