Shades of Spring Green #03DB74
Tints of Spring Green #03DB74
RGB
CMYK
RGB Variations
Color information
#03DB74 (or 0x03DB74) is known color: Spring Green. HEX triplet: 03, DB and 74. RGB value is (3,219,116). Sum of RGB (Red+Green+Blue) = 3+219+116=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB74 is #FC248B. Grayscale: #8E8E8E. Windows color (decimal): -16524428 or 7658243. OLE color: 7658243.
HSL color Cylindrical-coordinate representation of color #03DB74: hue angle of 151.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB74 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 116 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.14 |
| HSL | 151.39º | 0.97% | 0.44% | - |
| HSV(B) | 151.39º | 0.99% | 0.86% | - |
| XYZ | 28.52 | 51.94 | 25.05 | - |
| YUV | 142.67 | 112.94 | 28.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 116 | 0.99 | 0 | 0.47 | 0.14 | 151.39 | 0.97 | 0.44 |
| Hex | 3 | DB | 74 | 63 | 0 | 2F | E | 97 | 61 | 2C |
| Octal | 3 | 333 | 164 | 143 | 0 | 57 | 16 | 227 | 141 | 54 |
| Binary | 11 | 11011011 | 1110100 | 1100011 | 0 | 101111 | 1110 | 10010111 | 1100001 | 101100 |
Color Harmonies of #03DB74
Complementary color
Monochromatic Colors of #03DB74
Black with #03DB74
Text Example
Text Example
White with #03DB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB74; }
p { color: rgb(3,219,116); }
H1.HeaderClassName
{
color: #03DB74;
}
.AnyTagClassName
{
color: #03DB74;
}
</style>
background-color css
<style>
a { background-color: #03DB74; }
a { background-color: rgb(3,219,116); }
div.DivClassName
{
background-color: #03DB74;
}
.BgClassName
{
background-color: #03DB74;
}
</style>
border-color css
<style>
span { border-color: #03DB74; }
span { border-color: rgb(3,219,116); }
td.TdClassName
{
border-color: #03DB74;
}
.TagClassName
{
border-color: #03DB74;
}
</style>