Shades of Spring Green #01F37F
Tints of Spring Green #01F37F
RGB
CMYK
RGB Variations
Color information
#01F37F (or 0x01F37F) is known color: Spring Green. HEX triplet: 01, F3 and 7F. RGB value is (1,243,127). Sum of RGB (Red+Green+Blue) = 1+243+127=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #01F37F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F37F is #FE0C80. Grayscale: #9D9D9D. Windows color (decimal): -16649345 or 8385281. OLE color: 8385281.
HSL color Cylindrical-coordinate representation of color #01F37F: hue angle of 151.24º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F37F is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 127 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.05 |
| HSL | 151.24º | 0.99% | 0.48% | - |
| HSV(B) | 151.24º | 1% | 0.95% | - |
| XYZ | 35.89 | 65.64 | 30.86 | - |
| YUV | 157.42 | 110.83 | 16.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 127 | 1.00 | 0 | 0.48 | 0.05 | 151.24 | 0.99 | 0.48 |
| Hex | 1 | F3 | 7F | 64 | 0 | 30 | 5 | 97 | 63 | 30 |
| Octal | 1 | 363 | 177 | 144 | 0 | 60 | 5 | 227 | 143 | 60 |
| Binary | 1 | 11110011 | 1111111 | 1100100 | 0 | 110000 | 101 | 10010111 | 1100011 | 110000 |
Color Harmonies of #01F37F
Complementary color
Monochromatic Colors of #01F37F
Black with #01F37F
Text Example
Text Example
White with #01F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F37F; }
p { color: rgb(1,243,127); }
H1.HeaderClassName
{
color: #01F37F;
}
.AnyTagClassName
{
color: #01F37F;
}
</style>
background-color css
<style>
a { background-color: #01F37F; }
a { background-color: rgb(1,243,127); }
div.DivClassName
{
background-color: #01F37F;
}
.BgClassName
{
background-color: #01F37F;
}
</style>
border-color css
<style>
span { border-color: #01F37F; }
span { border-color: rgb(1,243,127); }
td.TdClassName
{
border-color: #01F37F;
}
.TagClassName
{
border-color: #01F37F;
}
</style>