Shades of Spring Green #30F985
Tints of Spring Green #30F985
RGB
CMYK
RGB Variations
Color information
#30F985 (or 0x30F985) is known color: Spring Green. HEX triplet: 30, F9 and 85. RGB value is (48,249,133). Sum of RGB (Red+Green+Blue) = 48+249+133=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #30F985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F985 is #CF067A. Grayscale: #AFAFAF. Windows color (decimal): -13567611 or 8780080. OLE color: 8780080.
HSL color Cylindrical-coordinate representation of color #30F985: hue angle of 145.37º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F985 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 249 | 133 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.02 |
| HSL | 145.37º | 0.94% | 0.58% | - |
| HSV(B) | 145.37º | 0.81% | 0.98% | - |
| XYZ | 39.33 | 70.07 | 33.64 | - |
| YUV | 175.68 | 103.91 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 249 | 133 | 0.81 | 0 | 0.47 | 0.02 | 145.37 | 0.94 | 0.58 |
| Hex | 30 | F9 | 85 | 51 | 0 | 2F | 2 | 91 | 5E | 3A |
| Octal | 60 | 371 | 205 | 121 | 0 | 57 | 2 | 221 | 136 | 72 |
| Binary | 110000 | 11111001 | 10000101 | 1010001 | 0 | 101111 | 10 | 10010001 | 1011110 | 111010 |
Color Harmonies of #30F985
Complementary color
Monochromatic Colors of #30F985
Black with #30F985
Text Example
Text Example
White with #30F985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F985; }
p { color: rgb(48,249,133); }
H1.HeaderClassName
{
color: #30F985;
}
.AnyTagClassName
{
color: #30F985;
}
</style>
background-color css
<style>
a { background-color: #30F985; }
a { background-color: rgb(48,249,133); }
div.DivClassName
{
background-color: #30F985;
}
.BgClassName
{
background-color: #30F985;
}
</style>
border-color css
<style>
span { border-color: #30F985; }
span { border-color: rgb(48,249,133); }
td.TdClassName
{
border-color: #30F985;
}
.TagClassName
{
border-color: #30F985;
}
</style>