Shades of Spring Green #30FD7D
Tints of Spring Green #30FD7D
RGB
CMYK
RGB Variations
Color information
#30FD7D (or 0x30FD7D) is known color: Spring Green. HEX triplet: 30, FD and 7D. RGB value is (48,253,125). Sum of RGB (Red+Green+Blue) = 48+253+125=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FD7D is #CF0282. Grayscale: #B1B1B1. Windows color (decimal): -13566595 or 8256816. OLE color: 8256816.
HSL color Cylindrical-coordinate representation of color #30FD7D: hue angle of 142.54º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FD7D is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 125 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.01 |
| HSL | 142.54º | 0.98% | 0.59% | - |
| HSV(B) | 142.54º | 0.81% | 0.99% | - |
| XYZ | 40.05 | 72.36 | 31.26 | - |
| YUV | 177.11 | 98.58 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 125 | 0.81 | 0 | 0.51 | 0.01 | 142.54 | 0.98 | 0.59 |
| Hex | 30 | FD | 7D | 51 | 0 | 33 | 1 | 8F | 62 | 3B |
| Octal | 60 | 375 | 175 | 121 | 0 | 63 | 1 | 217 | 142 | 73 |
| Binary | 110000 | 11111101 | 1111101 | 1010001 | 0 | 110011 | 1 | 10001111 | 1100010 | 111011 |
Color Harmonies of #30FD7D
Complementary color
Monochromatic Colors of #30FD7D
Black with #30FD7D
Text Example
Text Example
White with #30FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FD7D; }
p { color: rgb(48,253,125); }
H1.HeaderClassName
{
color: #30FD7D;
}
.AnyTagClassName
{
color: #30FD7D;
}
</style>
background-color css
<style>
a { background-color: #30FD7D; }
a { background-color: rgb(48,253,125); }
div.DivClassName
{
background-color: #30FD7D;
}
.BgClassName
{
background-color: #30FD7D;
}
</style>
border-color css
<style>
span { border-color: #30FD7D; }
span { border-color: rgb(48,253,125); }
td.TdClassName
{
border-color: #30FD7D;
}
.TagClassName
{
border-color: #30FD7D;
}
</style>