Shades of Spring Green #00FF60
Tints of Spring Green #00FF60
RGB
CMYK
RGB Variations
Color information
#00FF60 (or 0x00FF60) is known color: Spring Green. HEX triplet: 00, FF and 60. RGB value is (0,255,96). Sum of RGB (Red+Green+Blue) = 0+255+96=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF60 is #FF009F. Grayscale: #A1A1A1. Windows color (decimal): -16711840 or 6356736. OLE color: 6356736.
HSL color Cylindrical-coordinate representation of color #00FF60: hue angle of 142.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF60 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 96 | - |
| CMYK | 1 | 0 | 0.62 | 0 |
| HSL | 142.59º | 1% | 0.5% | - |
| HSV(B) | 142.59º | 1% | 1% | - |
| XYZ | 37.87 | 72.36 | 23.04 | - |
| YUV | 160.63 | 91.52 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 96 | 1 | 0 | 0.62 | 0 | 142.59 | 1 | 0.5 |
| Hex | 0 | FF | 60 | 64 | 0 | 3E | 0 | 8F | 64 | 32 |
| Octal | 0 | 377 | 140 | 144 | 0 | 76 | 0 | 217 | 144 | 62 |
| Binary | 0 | 11111111 | 1100000 | 1100100 | 0 | 111110 | 0 | 10001111 | 1100100 | 110010 |
Color Harmonies of #00FF60
Complementary color
Monochromatic Colors of #00FF60
Black with #00FF60
Text Example
Text Example
White with #00FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF60; }
p { color: rgb(0,255,96); }
H1.HeaderClassName
{
color: #00FF60;
}
.AnyTagClassName
{
color: #00FF60;
}
</style>
background-color css
<style>
a { background-color: #00FF60; }
a { background-color: rgb(0,255,96); }
div.DivClassName
{
background-color: #00FF60;
}
.BgClassName
{
background-color: #00FF60;
}
</style>
border-color css
<style>
span { border-color: #00FF60; }
span { border-color: rgb(0,255,96); }
td.TdClassName
{
border-color: #00FF60;
}
.TagClassName
{
border-color: #00FF60;
}
</style>