Shades of Spring Green #03DD74
Tints of Spring Green #03DD74
RGB
CMYK
RGB Variations
Color information
#03DD74 (or 0x03DD74) is known color: Spring Green. HEX triplet: 03, DD and 74. RGB value is (3,221,116). Sum of RGB (Red+Green+Blue) = 3+221+116=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD74 is #FC228B. Grayscale: #909090. Windows color (decimal): -16523916 or 7658755. OLE color: 7658755.
HSL color Cylindrical-coordinate representation of color #03DD74: hue angle of 151.1º 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 #03DD74 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 116 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.13 |
| HSL | 151.1º | 0.97% | 0.44% | - |
| HSV(B) | 151.1º | 0.99% | 0.87% | - |
| XYZ | 29.05 | 52.99 | 25.22 | - |
| YUV | 143.85 | 112.28 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 116 | 0.99 | 0 | 0.48 | 0.13 | 151.1 | 0.97 | 0.44 |
| Hex | 3 | DD | 74 | 63 | 0 | 30 | D | 97 | 61 | 2C |
| Octal | 3 | 335 | 164 | 143 | 0 | 60 | 15 | 227 | 141 | 54 |
| Binary | 11 | 11011101 | 1110100 | 1100011 | 0 | 110000 | 1101 | 10010111 | 1100001 | 101100 |
Color Harmonies of #03DD74
Complementary color
Monochromatic Colors of #03DD74
Black with #03DD74
Text Example
Text Example
White with #03DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD74; }
p { color: rgb(3,221,116); }
H1.HeaderClassName
{
color: #03DD74;
}
.AnyTagClassName
{
color: #03DD74;
}
</style>
background-color css
<style>
a { background-color: #03DD74; }
a { background-color: rgb(3,221,116); }
div.DivClassName
{
background-color: #03DD74;
}
.BgClassName
{
background-color: #03DD74;
}
</style>
border-color css
<style>
span { border-color: #03DD74; }
span { border-color: rgb(3,221,116); }
td.TdClassName
{
border-color: #03DD74;
}
.TagClassName
{
border-color: #03DD74;
}
</style>