Shades of Spring Green #03FD6E
Tints of Spring Green #03FD6E
RGB
CMYK
RGB Variations
Color information
#03FD6E (or 0x03FD6E) is known color: Spring Green. HEX triplet: 03, FD and 6E. RGB value is (3,253,110). Sum of RGB (Red+Green+Blue) = 3+253+110=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 253 (99.22% from 255 or 69.13% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FD6E is #FC0291. Grayscale: #A2A2A2. Windows color (decimal): -16515730 or 7273731. OLE color: 7273731.
HSL color Cylindrical-coordinate representation of color #03FD6E: hue angle of 145.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FD6E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 253 | 110 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.01 |
| HSL | 145.68º | 0.98% | 0.5% | - |
| HSV(B) | 145.68º | 0.99% | 0.99% | - |
| XYZ | 37.98 | 71.4 | 26.53 | - |
| YUV | 161.95 | 98.68 | 14.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 253 | 110 | 0.99 | 0 | 0.57 | 0.01 | 145.68 | 0.98 | 0.5 |
| Hex | 3 | FD | 6E | 63 | 0 | 39 | 1 | 92 | 62 | 32 |
| Octal | 3 | 375 | 156 | 143 | 0 | 71 | 1 | 222 | 142 | 62 |
| Binary | 11 | 11111101 | 1101110 | 1100011 | 0 | 111001 | 1 | 10010010 | 1100010 | 110010 |
Color Harmonies of #03FD6E
Complementary color
Monochromatic Colors of #03FD6E
Black with #03FD6E
Text Example
Text Example
White with #03FD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FD6E; }
p { color: rgb(3,253,110); }
H1.HeaderClassName
{
color: #03FD6E;
}
.AnyTagClassName
{
color: #03FD6E;
}
</style>
background-color css
<style>
a { background-color: #03FD6E; }
a { background-color: rgb(3,253,110); }
div.DivClassName
{
background-color: #03FD6E;
}
.BgClassName
{
background-color: #03FD6E;
}
</style>
border-color css
<style>
span { border-color: #03FD6E; }
span { border-color: rgb(3,253,110); }
td.TdClassName
{
border-color: #03FD6E;
}
.TagClassName
{
border-color: #03FD6E;
}
</style>