Shades of Spring Green #30FB74
Tints of Spring Green #30FB74
RGB
CMYK
RGB Variations
Color information
#30FB74 (or 0x30FB74) is known color: Spring Green. HEX triplet: 30, FB and 74. RGB value is (48,251,116). Sum of RGB (Red+Green+Blue) = 48+251+116=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FB74 is #CF048B. Grayscale: #AFAFAF. Windows color (decimal): -13567116 or 7666480. OLE color: 7666480.
HSL color Cylindrical-coordinate representation of color #30FB74: hue angle of 140.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB74 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 251 | 116 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.02 |
| HSL | 140.1º | 0.96% | 0.59% | - |
| HSV(B) | 140.1º | 0.81% | 0.98% | - |
| XYZ | 38.87 | 70.88 | 28.16 | - |
| YUV | 174.91 | 94.75 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 251 | 116 | 0.81 | 0 | 0.54 | 0.02 | 140.1 | 0.96 | 0.59 |
| Hex | 30 | FB | 74 | 51 | 0 | 36 | 2 | 8C | 60 | 3B |
| Octal | 60 | 373 | 164 | 121 | 0 | 66 | 2 | 214 | 140 | 73 |
| Binary | 110000 | 11111011 | 1110100 | 1010001 | 0 | 110110 | 10 | 10001100 | 1100000 | 111011 |
Color Harmonies of #30FB74
Complementary color
Monochromatic Colors of #30FB74
Black with #30FB74
Text Example
Text Example
White with #30FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FB74; }
p { color: rgb(48,251,116); }
H1.HeaderClassName
{
color: #30FB74;
}
.AnyTagClassName
{
color: #30FB74;
}
</style>
background-color css
<style>
a { background-color: #30FB74; }
a { background-color: rgb(48,251,116); }
div.DivClassName
{
background-color: #30FB74;
}
.BgClassName
{
background-color: #30FB74;
}
</style>
border-color css
<style>
span { border-color: #30FB74; }
span { border-color: rgb(48,251,116); }
td.TdClassName
{
border-color: #30FB74;
}
.TagClassName
{
border-color: #30FB74;
}
</style>