Shades of Spring Green #01E66F
Tints of Spring Green #01E66F
RGB
CMYK
RGB Variations
Color information
#01E66F (or 0x01E66F) is known color: Spring Green. HEX triplet: 01, E6 and 6F. RGB value is (1,230,111). Sum of RGB (Red+Green+Blue) = 1+230+111=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 230 (90.23% from 255 or 67.25% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 230 - color contains mainly: green. Hex color #01E66F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E66F is #FE1990. Grayscale: #949494. Windows color (decimal): -16652689 or 7333377. OLE color: 7333377.
HSL color Cylindrical-coordinate representation of color #01E66F: hue angle of 148.82º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E66F is Cyan = 1.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 111 | - |
| CMYK | 1.00 | 0 | 0.52 | 0.10 |
| HSL | 148.82º | 0.99% | 0.45% | - |
| HSV(B) | 148.82º | 1% | 0.9% | - |
| XYZ | 31.18 | 57.75 | 24.54 | - |
| YUV | 147.96 | 107.13 | 23.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 111 | 1.00 | 0 | 0.52 | 0.10 | 148.82 | 0.99 | 0.45 |
| Hex | 1 | E6 | 6F | 64 | 0 | 34 | A | 95 | 63 | 2D |
| Octal | 1 | 346 | 157 | 144 | 0 | 64 | 12 | 225 | 143 | 55 |
| Binary | 1 | 11100110 | 1101111 | 1100100 | 0 | 110100 | 1010 | 10010101 | 1100011 | 101101 |
Color Harmonies of #01E66F
Complementary color
Monochromatic Colors of #01E66F
Black with #01E66F
Text Example
Text Example
White with #01E66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E66F; }
p { color: rgb(1,230,111); }
H1.HeaderClassName
{
color: #01E66F;
}
.AnyTagClassName
{
color: #01E66F;
}
</style>
background-color css
<style>
a { background-color: #01E66F; }
a { background-color: rgb(1,230,111); }
div.DivClassName
{
background-color: #01E66F;
}
.BgClassName
{
background-color: #01E66F;
}
</style>
border-color css
<style>
span { border-color: #01E66F; }
span { border-color: rgb(1,230,111); }
td.TdClassName
{
border-color: #01E66F;
}
.TagClassName
{
border-color: #01E66F;
}
</style>