Shades of Spring Green #30FF78
Tints of Spring Green #30FF78
RGB
CMYK
RGB Variations
Color information
#30FF78 (or 0x30FF78) is known color: Spring Green. HEX triplet: 30, FF and 78. RGB value is (48,255,120). Sum of RGB (Red+Green+Blue) = 48+255+120=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF78 is #CF0087. Grayscale: #B2B2B2. Windows color (decimal): -13566088 or 7929648. OLE color: 7929648.
HSL color Cylindrical-coordinate representation of color #30FF78: hue angle of 140.87º 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 #30FF78 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 120 | - |
| CMYK | 0.81 | 0 | 0.53 | 0 |
| HSL | 140.87º | 1% | 0.59% | - |
| HSV(B) | 140.87º | 0.81% | 1% | - |
| XYZ | 40.37 | 73.5 | 29.83 | - |
| YUV | 177.72 | 95.42 | 35.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 120 | 0.81 | 0 | 0.53 | 0 | 140.87 | 1 | 0.59 |
| Hex | 30 | FF | 78 | 51 | 0 | 35 | 0 | 8D | 64 | 3B |
| Octal | 60 | 377 | 170 | 121 | 0 | 65 | 0 | 215 | 144 | 73 |
| Binary | 110000 | 11111111 | 1111000 | 1010001 | 0 | 110101 | 0 | 10001101 | 1100100 | 111011 |
Color Harmonies of #30FF78
Complementary color
Monochromatic Colors of #30FF78
Black with #30FF78
Text Example
Text Example
White with #30FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF78; }
p { color: rgb(48,255,120); }
H1.HeaderClassName
{
color: #30FF78;
}
.AnyTagClassName
{
color: #30FF78;
}
</style>
background-color css
<style>
a { background-color: #30FF78; }
a { background-color: rgb(48,255,120); }
div.DivClassName
{
background-color: #30FF78;
}
.BgClassName
{
background-color: #30FF78;
}
</style>
border-color css
<style>
span { border-color: #30FF78; }
span { border-color: rgb(48,255,120); }
td.TdClassName
{
border-color: #30FF78;
}
.TagClassName
{
border-color: #30FF78;
}
</style>