Shades of Spring Green #30FE75
Tints of Spring Green #30FE75
RGB
CMYK
RGB Variations
Color information
#30FE75 (or 0x30FE75) is known color: Spring Green. HEX triplet: 30, FE and 75. RGB value is (48,254,117). Sum of RGB (Red+Green+Blue) = 48+254+117=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 254 (99.61% from 255 or 60.62% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FE75 is #CF018A. Grayscale: #B1B1B1. Windows color (decimal): -13566347 or 7732784. OLE color: 7732784.
HSL color Cylindrical-coordinate representation of color #30FE75: hue angle of 140.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE75 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 254 | 117 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.00 |
| HSL | 140.1º | 0.99% | 0.59% | - |
| HSV(B) | 140.1º | 0.81% | 1% | - |
| XYZ | 39.87 | 72.8 | 28.78 | - |
| YUV | 176.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 254 | 117 | 0.81 | 0 | 0.54 | 0.00 | 140.1 | 0.99 | 0.59 |
| Hex | 30 | FE | 75 | 51 | 0 | 36 | 0 | 8C | 63 | 3B |
| Octal | 60 | 376 | 165 | 121 | 0 | 66 | 0 | 214 | 143 | 73 |
| Binary | 110000 | 11111110 | 1110101 | 1010001 | 0 | 110110 | 0 | 10001100 | 1100011 | 111011 |
Color Harmonies of #30FE75
Complementary color
Monochromatic Colors of #30FE75
Black with #30FE75
Text Example
Text Example
White with #30FE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FE75; }
p { color: rgb(48,254,117); }
H1.HeaderClassName
{
color: #30FE75;
}
.AnyTagClassName
{
color: #30FE75;
}
</style>
background-color css
<style>
a { background-color: #30FE75; }
a { background-color: rgb(48,254,117); }
div.DivClassName
{
background-color: #30FE75;
}
.BgClassName
{
background-color: #30FE75;
}
</style>
border-color css
<style>
span { border-color: #30FE75; }
span { border-color: rgb(48,254,117); }
td.TdClassName
{
border-color: #30FE75;
}
.TagClassName
{
border-color: #30FE75;
}
</style>