Shades of Spring Green #01F263
Tints of Spring Green #01F263
RGB
CMYK
RGB Variations
Color information
#01F263 (or 0x01F263) is known color: Spring Green. HEX triplet: 01, F2 and 63. RGB value is (1,242,99). Sum of RGB (Red+Green+Blue) = 1+242+99=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #01F263 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F263 is #FE0D9C. Grayscale: #999999. Windows color (decimal): -16649629 or 6550017. OLE color: 6550017.
HSL color Cylindrical-coordinate representation of color #01F263: hue angle of 144.4º 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 #01F263 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 99 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.05 |
| HSL | 144.4º | 0.99% | 0.48% | - |
| HSV(B) | 144.4º | 1% | 0.95% | - |
| XYZ | 34.02 | 64.41 | 22.44 | - |
| YUV | 153.64 | 97.16 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 99 | 1.00 | 0 | 0.59 | 0.05 | 144.4 | 0.99 | 0.48 |
| Hex | 1 | F2 | 63 | 64 | 0 | 3B | 5 | 90 | 63 | 30 |
| Octal | 1 | 362 | 143 | 144 | 0 | 73 | 5 | 220 | 143 | 60 |
| Binary | 1 | 11110010 | 1100011 | 1100100 | 0 | 111011 | 101 | 10010000 | 1100011 | 110000 |
Color Harmonies of #01F263
Complementary color
Monochromatic Colors of #01F263
Black with #01F263
Text Example
Text Example
White with #01F263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F263; }
p { color: rgb(1,242,99); }
H1.HeaderClassName
{
color: #01F263;
}
.AnyTagClassName
{
color: #01F263;
}
</style>
background-color css
<style>
a { background-color: #01F263; }
a { background-color: rgb(1,242,99); }
div.DivClassName
{
background-color: #01F263;
}
.BgClassName
{
background-color: #01F263;
}
</style>
border-color css
<style>
span { border-color: #01F263; }
span { border-color: rgb(1,242,99); }
td.TdClassName
{
border-color: #01F263;
}
.TagClassName
{
border-color: #01F263;
}
</style>