Shades of Spring Green #30F686
Tints of Spring Green #30F686
RGB
CMYK
RGB Variations
Color information
#30F686 (or 0x30F686) is known color: Spring Green. HEX triplet: 30, F6 and 86. RGB value is (48,246,134). Sum of RGB (Red+Green+Blue) = 48+246+134=428 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.21% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #30F686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F686 is #CF0979. Grayscale: #AEAEAE. Windows color (decimal): -13568378 or 8844848. OLE color: 8844848.
HSL color Cylindrical-coordinate representation of color #30F686: hue angle of 146.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F686 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 134 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.04 |
| HSL | 146.06º | 0.92% | 0.58% | - |
| HSV(B) | 146.06º | 0.8% | 0.96% | - |
| XYZ | 38.48 | 68.26 | 33.7 | - |
| YUV | 174.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 134 | 0.80 | 0 | 0.46 | 0.04 | 146.06 | 0.92 | 0.58 |
| Hex | 30 | F6 | 86 | 50 | 0 | 2E | 4 | 92 | 5C | 3A |
| Octal | 60 | 366 | 206 | 120 | 0 | 56 | 4 | 222 | 134 | 72 |
| Binary | 110000 | 11110110 | 10000110 | 1010000 | 0 | 101110 | 100 | 10010010 | 1011100 | 111010 |
Color Harmonies of #30F686
Complementary color
Monochromatic Colors of #30F686
Black with #30F686
Text Example
Text Example
White with #30F686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F686; }
p { color: rgb(48,246,134); }
H1.HeaderClassName
{
color: #30F686;
}
.AnyTagClassName
{
color: #30F686;
}
</style>
background-color css
<style>
a { background-color: #30F686; }
a { background-color: rgb(48,246,134); }
div.DivClassName
{
background-color: #30F686;
}
.BgClassName
{
background-color: #30F686;
}
</style>
border-color css
<style>
span { border-color: #30F686; }
span { border-color: rgb(48,246,134); }
td.TdClassName
{
border-color: #30F686;
}
.TagClassName
{
border-color: #30F686;
}
</style>