Shades of Spring Green #01E282
Tints of Spring Green #01E282
RGB
CMYK
RGB Variations
Color information
#01E282 (or 0x01E282) is known color: Spring Green. HEX triplet: 01, E2 and 82. RGB value is (1,226,130). Sum of RGB (Red+Green+Blue) = 1+226+130=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 226 (88.67% from 255 or 63.31% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 226 - color contains mainly: green. Hex color #01E282 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E282 is #FE1D7D. Grayscale: #939393. Windows color (decimal): -16653694 or 8577537. OLE color: 8577537.
HSL color Cylindrical-coordinate representation of color #01E282: hue angle of 154.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E282 is Cyan = 1.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 226 | 130 | - |
| CMYK | 1.00 | 0 | 0.42 | 0.11 |
| HSL | 154.4º | 0.99% | 0.45% | - |
| HSV(B) | 154.4º | 1% | 0.89% | - |
| XYZ | 31.24 | 56.01 | 30.28 | - |
| YUV | 147.78 | 117.96 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 226 | 130 | 1.00 | 0 | 0.42 | 0.11 | 154.4 | 0.99 | 0.45 |
| Hex | 1 | E2 | 82 | 64 | 0 | 2A | B | 9A | 63 | 2D |
| Octal | 1 | 342 | 202 | 144 | 0 | 52 | 13 | 232 | 143 | 55 |
| Binary | 1 | 11100010 | 10000010 | 1100100 | 0 | 101010 | 1011 | 10011010 | 1100011 | 101101 |
Color Harmonies of #01E282
Complementary color
Monochromatic Colors of #01E282
Black with #01E282
Text Example
Text Example
White with #01E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E282; }
p { color: rgb(1,226,130); }
H1.HeaderClassName
{
color: #01E282;
}
.AnyTagClassName
{
color: #01E282;
}
</style>
background-color css
<style>
a { background-color: #01E282; }
a { background-color: rgb(1,226,130); }
div.DivClassName
{
background-color: #01E282;
}
.BgClassName
{
background-color: #01E282;
}
</style>
border-color css
<style>
span { border-color: #01E282; }
span { border-color: rgb(1,226,130); }
td.TdClassName
{
border-color: #01E282;
}
.TagClassName
{
border-color: #01E282;
}
</style>