Shades of Spring Green #01F283
Tints of Spring Green #01F283
RGB
CMYK
RGB Variations
Color information
#01F283 (or 0x01F283) is known color: Spring Green. HEX triplet: 01, F2 and 83. RGB value is (1,242,131). Sum of RGB (Red+Green+Blue) = 1+242+131=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #01F283 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F283 is #FE0D7C. Grayscale: #9D9D9D. Windows color (decimal): -16649597 or 8647169. OLE color: 8647169.
HSL color Cylindrical-coordinate representation of color #01F283: hue angle of 152.37º 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 #01F283 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 131 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.05 |
| HSL | 152.37º | 0.99% | 0.48% | - |
| HSV(B) | 152.37º | 1% | 0.95% | - |
| XYZ | 35.86 | 65.15 | 32.16 | - |
| YUV | 157.29 | 113.16 | 16.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 131 | 1.00 | 0 | 0.46 | 0.05 | 152.37 | 0.99 | 0.48 |
| Hex | 1 | F2 | 83 | 64 | 0 | 2E | 5 | 98 | 63 | 30 |
| Octal | 1 | 362 | 203 | 144 | 0 | 56 | 5 | 230 | 143 | 60 |
| Binary | 1 | 11110010 | 10000011 | 1100100 | 0 | 101110 | 101 | 10011000 | 1100011 | 110000 |
Color Harmonies of #01F283
Complementary color
Monochromatic Colors of #01F283
Black with #01F283
Text Example
Text Example
White with #01F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F283; }
p { color: rgb(1,242,131); }
H1.HeaderClassName
{
color: #01F283;
}
.AnyTagClassName
{
color: #01F283;
}
</style>
background-color css
<style>
a { background-color: #01F283; }
a { background-color: rgb(1,242,131); }
div.DivClassName
{
background-color: #01F283;
}
.BgClassName
{
background-color: #01F283;
}
</style>
border-color css
<style>
span { border-color: #01F283; }
span { border-color: rgb(1,242,131); }
td.TdClassName
{
border-color: #01F283;
}
.TagClassName
{
border-color: #01F283;
}
</style>