Shades of Spring Green #03DF80
Tints of Spring Green #03DF80
RGB
CMYK
RGB Variations
Color information
#03DF80 (or 0x03DF80) is known color: Spring Green. HEX triplet: 03, DF and 80. RGB value is (3,223,128). Sum of RGB (Red+Green+Blue) = 3+223+128=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DF80 is #FC207F. Grayscale: #929292. Windows color (decimal): -16523392 or 8445699. OLE color: 8445699.
HSL color Cylindrical-coordinate representation of color #03DF80: hue angle of 154.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DF80 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 128 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.13 |
| HSL | 154.09º | 0.97% | 0.44% | - |
| HSV(B) | 154.09º | 0.99% | 0.87% | - |
| XYZ | 30.32 | 54.35 | 29.32 | - |
| YUV | 146.39 | 117.61 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 128 | 0.99 | 0 | 0.43 | 0.13 | 154.09 | 0.97 | 0.44 |
| Hex | 3 | DF | 80 | 63 | 0 | 2B | D | 9A | 61 | 2C |
| Octal | 3 | 337 | 200 | 143 | 0 | 53 | 15 | 232 | 141 | 54 |
| Binary | 11 | 11011111 | 10000000 | 1100011 | 0 | 101011 | 1101 | 10011010 | 1100001 | 101100 |
Color Harmonies of #03DF80
Complementary color
Monochromatic Colors of #03DF80
Black with #03DF80
Text Example
Text Example
White with #03DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF80; }
p { color: rgb(3,223,128); }
H1.HeaderClassName
{
color: #03DF80;
}
.AnyTagClassName
{
color: #03DF80;
}
</style>
background-color css
<style>
a { background-color: #03DF80; }
a { background-color: rgb(3,223,128); }
div.DivClassName
{
background-color: #03DF80;
}
.BgClassName
{
background-color: #03DF80;
}
</style>
border-color css
<style>
span { border-color: #03DF80; }
span { border-color: rgb(3,223,128); }
td.TdClassName
{
border-color: #03DF80;
}
.TagClassName
{
border-color: #03DF80;
}
</style>