Shades of Spring Green #30FF6F
Tints of Spring Green #30FF6F
RGB
CMYK
RGB Variations
Color information
#30FF6F (or 0x30FF6F) is known color: Spring Green. HEX triplet: 30, FF and 6F. RGB value is (48,255,111). Sum of RGB (Red+Green+Blue) = 48+255+111=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF6F is #CF0090. Grayscale: #B1B1B1. Windows color (decimal): -13566097 or 7339824. OLE color: 7339824.
HSL color Cylindrical-coordinate representation of color #30FF6F: hue angle of 138.26º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF6F is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 111 | - |
| CMYK | 0.81 | 0 | 0.56 | 0 |
| HSL | 138.26º | 1% | 0.59% | - |
| HSV(B) | 138.26º | 0.81% | 1% | - |
| XYZ | 39.85 | 73.3 | 27.09 | - |
| YUV | 176.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 111 | 0.81 | 0 | 0.56 | 0 | 138.26 | 1 | 0.59 |
| Hex | 30 | FF | 6F | 51 | 0 | 38 | 0 | 8A | 64 | 3B |
| Octal | 60 | 377 | 157 | 121 | 0 | 70 | 0 | 212 | 144 | 73 |
| Binary | 110000 | 11111111 | 1101111 | 1010001 | 0 | 111000 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #30FF6F
Complementary color
Monochromatic Colors of #30FF6F
Black with #30FF6F
Text Example
Text Example
White with #30FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF6F; }
p { color: rgb(48,255,111); }
H1.HeaderClassName
{
color: #30FF6F;
}
.AnyTagClassName
{
color: #30FF6F;
}
</style>
background-color css
<style>
a { background-color: #30FF6F; }
a { background-color: rgb(48,255,111); }
div.DivClassName
{
background-color: #30FF6F;
}
.BgClassName
{
background-color: #30FF6F;
}
</style>
border-color css
<style>
span { border-color: #30FF6F; }
span { border-color: rgb(48,255,111); }
td.TdClassName
{
border-color: #30FF6F;
}
.TagClassName
{
border-color: #30FF6F;
}
</style>