Shades of Spring Green #01F37C
Tints of Spring Green #01F37C
RGB
CMYK
RGB Variations
Color information
#01F37C (or 0x01F37C) is known color: Spring Green. HEX triplet: 01, F3 and 7C. RGB value is (1,243,124). Sum of RGB (Red+Green+Blue) = 1+243+124=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #01F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F37C is #FE0C83. Grayscale: #9D9D9D. Windows color (decimal): -16649348 or 8188673. OLE color: 8188673.
HSL color Cylindrical-coordinate representation of color #01F37C: hue angle of 150.5º 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 #01F37C is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 124 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.05 |
| HSL | 150.5º | 0.99% | 0.48% | - |
| HSV(B) | 150.5º | 1% | 0.95% | - |
| XYZ | 35.7 | 65.56 | 29.84 | - |
| YUV | 157.08 | 109.33 | 16.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 124 | 1.00 | 0 | 0.49 | 0.05 | 150.5 | 0.99 | 0.48 |
| Hex | 1 | F3 | 7C | 64 | 0 | 31 | 5 | 96 | 63 | 30 |
| Octal | 1 | 363 | 174 | 144 | 0 | 61 | 5 | 226 | 143 | 60 |
| Binary | 1 | 11110011 | 1111100 | 1100100 | 0 | 110001 | 101 | 10010110 | 1100011 | 110000 |
Color Harmonies of #01F37C
Complementary color
Monochromatic Colors of #01F37C
Black with #01F37C
Text Example
Text Example
White with #01F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F37C; }
p { color: rgb(1,243,124); }
H1.HeaderClassName
{
color: #01F37C;
}
.AnyTagClassName
{
color: #01F37C;
}
</style>
background-color css
<style>
a { background-color: #01F37C; }
a { background-color: rgb(1,243,124); }
div.DivClassName
{
background-color: #01F37C;
}
.BgClassName
{
background-color: #01F37C;
}
</style>
border-color css
<style>
span { border-color: #01F37C; }
span { border-color: rgb(1,243,124); }
td.TdClassName
{
border-color: #01F37C;
}
.TagClassName
{
border-color: #01F37C;
}
</style>