Shades of Spring Green #03E96B
Tints of Spring Green #03E96B
RGB
CMYK
RGB Variations
Color information
#03E96B (or 0x03E96B) is known color: Spring Green. HEX triplet: 03, E9 and 6B. RGB value is (3,233,107). Sum of RGB (Red+Green+Blue) = 3+233+107=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 233 (91.41% from 255 or 67.93% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 233 - color contains mainly: green. Hex color #03E96B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E96B is #FC1694. Grayscale: #969696. Windows color (decimal): -16520853 or 7072003. OLE color: 7072003.
HSL color Cylindrical-coordinate representation of color #03E96B: hue angle of 147.13º 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 #03E96B is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 233 | 107 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.09 |
| HSL | 147.13º | 0.97% | 0.46% | - |
| HSV(B) | 147.13º | 0.99% | 0.91% | - |
| XYZ | 31.83 | 59.36 | 23.69 | - |
| YUV | 149.87 | 103.8 | 23.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 233 | 107 | 0.99 | 0 | 0.54 | 0.09 | 147.13 | 0.97 | 0.46 |
| Hex | 3 | E9 | 6B | 63 | 0 | 36 | 9 | 93 | 61 | 2E |
| Octal | 3 | 351 | 153 | 143 | 0 | 66 | 11 | 223 | 141 | 56 |
| Binary | 11 | 11101001 | 1101011 | 1100011 | 0 | 110110 | 1001 | 10010011 | 1100001 | 101110 |
Color Harmonies of #03E96B
Complementary color
Monochromatic Colors of #03E96B
Black with #03E96B
Text Example
Text Example
White with #03E96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E96B; }
p { color: rgb(3,233,107); }
H1.HeaderClassName
{
color: #03E96B;
}
.AnyTagClassName
{
color: #03E96B;
}
</style>
background-color css
<style>
a { background-color: #03E96B; }
a { background-color: rgb(3,233,107); }
div.DivClassName
{
background-color: #03E96B;
}
.BgClassName
{
background-color: #03E96B;
}
</style>
border-color css
<style>
span { border-color: #03E96B; }
span { border-color: rgb(3,233,107); }
td.TdClassName
{
border-color: #03E96B;
}
.TagClassName
{
border-color: #03E96B;
}
</style>