Shades of Spring Green #30FD80
Tints of Spring Green #30FD80
RGB
CMYK
RGB Variations
Color information
#30FD80 (or 0x30FD80) is known color: Spring Green. HEX triplet: 30, FD and 80. RGB value is (48,253,128). Sum of RGB (Red+Green+Blue) = 48+253+128=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FD80 is #CF027F. Grayscale: #B1B1B1. Windows color (decimal): -13566592 or 8453424. OLE color: 8453424.
HSL color Cylindrical-coordinate representation of color #30FD80: hue angle of 143.41º 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 #30FD80 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 253 | 128 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.01 |
| HSL | 143.41º | 0.98% | 0.59% | - |
| HSV(B) | 143.41º | 0.81% | 0.99% | - |
| XYZ | 40.24 | 72.44 | 32.28 | - |
| YUV | 177.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 253 | 128 | 0.81 | 0 | 0.49 | 0.01 | 143.41 | 0.98 | 0.59 |
| Hex | 30 | FD | 80 | 51 | 0 | 31 | 1 | 8F | 62 | 3B |
| Octal | 60 | 375 | 200 | 121 | 0 | 61 | 1 | 217 | 142 | 73 |
| Binary | 110000 | 11111101 | 10000000 | 1010001 | 0 | 110001 | 1 | 10001111 | 1100010 | 111011 |
Color Harmonies of #30FD80
Complementary color
Monochromatic Colors of #30FD80
Black with #30FD80
Text Example
Text Example
White with #30FD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FD80; }
p { color: rgb(48,253,128); }
H1.HeaderClassName
{
color: #30FD80;
}
.AnyTagClassName
{
color: #30FD80;
}
</style>
background-color css
<style>
a { background-color: #30FD80; }
a { background-color: rgb(48,253,128); }
div.DivClassName
{
background-color: #30FD80;
}
.BgClassName
{
background-color: #30FD80;
}
</style>
border-color css
<style>
span { border-color: #30FD80; }
span { border-color: rgb(48,253,128); }
td.TdClassName
{
border-color: #30FD80;
}
.TagClassName
{
border-color: #30FD80;
}
</style>