Shades of Spring Green #03E96C
Tints of Spring Green #03E96C
RGB
CMYK
RGB Variations
Color information
#03E96C (or 0x03E96C) is known color: Spring Green. HEX triplet: 03, E9 and 6C. RGB value is (3,233,108). Sum of RGB (Red+Green+Blue) = 3+233+108=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #03E96C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E96C is #FC1693. Grayscale: #969696. Windows color (decimal): -16520852 or 7137539. OLE color: 7137539.
HSL color Cylindrical-coordinate representation of color #03E96C: hue angle of 147.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E96C is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 108 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.09 |
| HSL | 147.39º | 0.97% | 0.46% | - |
| HSV(B) | 147.39º | 0.99% | 0.91% | - |
| XYZ | 31.88 | 59.38 | 23.97 | - |
| YUV | 149.98 | 104.3 | 23.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 108 | 0.99 | 0 | 0.54 | 0.09 | 147.39 | 0.97 | 0.46 |
| Hex | 3 | E9 | 6C | 63 | 0 | 36 | 9 | 93 | 61 | 2E |
| Octal | 3 | 351 | 154 | 143 | 0 | 66 | 11 | 223 | 141 | 56 |
| Binary | 11 | 11101001 | 1101100 | 1100011 | 0 | 110110 | 1001 | 10010011 | 1100001 | 101110 |
Color Harmonies of #03E96C
Complementary color
Monochromatic Colors of #03E96C
Black with #03E96C
Text Example
Text Example
White with #03E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E96C; }
p { color: rgb(3,233,108); }
H1.HeaderClassName
{
color: #03E96C;
}
.AnyTagClassName
{
color: #03E96C;
}
</style>
background-color css
<style>
a { background-color: #03E96C; }
a { background-color: rgb(3,233,108); }
div.DivClassName
{
background-color: #03E96C;
}
.BgClassName
{
background-color: #03E96C;
}
</style>
border-color css
<style>
span { border-color: #03E96C; }
span { border-color: rgb(3,233,108); }
td.TdClassName
{
border-color: #03E96C;
}
.TagClassName
{
border-color: #03E96C;
}
</style>