Shades of Spring Green #30FF74
Tints of Spring Green #30FF74
RGB
CMYK
RGB Variations
Color information
#30FF74 (or 0x30FF74) is known color: Spring Green. HEX triplet: 30, FF and 74. RGB value is (48,255,116). Sum of RGB (Red+Green+Blue) = 48+255+116=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF74 is #CF008B. Grayscale: #B1B1B1. Windows color (decimal): -13566092 or 7667504. OLE color: 7667504.
HSL color Cylindrical-coordinate representation of color #30FF74: hue angle of 139.71º 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 #30FF74 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 116 | - |
| CMYK | 0.81 | 0 | 0.55 | 0 |
| HSL | 139.71º | 1% | 0.59% | - |
| HSV(B) | 139.71º | 0.81% | 1% | - |
| XYZ | 40.13 | 73.41 | 28.58 | - |
| YUV | 177.26 | 93.42 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 116 | 0.81 | 0 | 0.55 | 0 | 139.71 | 1 | 0.59 |
| Hex | 30 | FF | 74 | 51 | 0 | 37 | 0 | 8C | 64 | 3B |
| Octal | 60 | 377 | 164 | 121 | 0 | 67 | 0 | 214 | 144 | 73 |
| Binary | 110000 | 11111111 | 1110100 | 1010001 | 0 | 110111 | 0 | 10001100 | 1100100 | 111011 |
Color Harmonies of #30FF74
Complementary color
Monochromatic Colors of #30FF74
Black with #30FF74
Text Example
Text Example
White with #30FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF74; }
p { color: rgb(48,255,116); }
H1.HeaderClassName
{
color: #30FF74;
}
.AnyTagClassName
{
color: #30FF74;
}
</style>
background-color css
<style>
a { background-color: #30FF74; }
a { background-color: rgb(48,255,116); }
div.DivClassName
{
background-color: #30FF74;
}
.BgClassName
{
background-color: #30FF74;
}
</style>
border-color css
<style>
span { border-color: #30FF74; }
span { border-color: rgb(48,255,116); }
td.TdClassName
{
border-color: #30FF74;
}
.TagClassName
{
border-color: #30FF74;
}
</style>