Shades of Spring Green #03DC7C
Tints of Spring Green #03DC7C
RGB
CMYK
RGB Variations
Color information
#03DC7C (or 0x03DC7C) is known color: Spring Green. HEX triplet: 03, DC and 7C. RGB value is (3,220,124). Sum of RGB (Red+Green+Blue) = 3+220+124=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DC7C is #FC2383. Grayscale: #909090. Windows color (decimal): -16524164 or 8182787. OLE color: 8182787.
HSL color Cylindrical-coordinate representation of color #03DC7C: hue angle of 153.46º 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 #03DC7C is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 124 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.14 |
| HSL | 153.46º | 0.97% | 0.44% | - |
| HSV(B) | 153.46º | 0.99% | 0.86% | - |
| XYZ | 29.27 | 52.66 | 27.69 | - |
| YUV | 144.17 | 116.61 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 124 | 0.99 | 0 | 0.44 | 0.14 | 153.46 | 0.97 | 0.44 |
| Hex | 3 | DC | 7C | 63 | 0 | 2C | E | 99 | 61 | 2C |
| Octal | 3 | 334 | 174 | 143 | 0 | 54 | 16 | 231 | 141 | 54 |
| Binary | 11 | 11011100 | 1111100 | 1100011 | 0 | 101100 | 1110 | 10011001 | 1100001 | 101100 |
Color Harmonies of #03DC7C
Complementary color
Monochromatic Colors of #03DC7C
Black with #03DC7C
Text Example
Text Example
White with #03DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC7C; }
p { color: rgb(3,220,124); }
H1.HeaderClassName
{
color: #03DC7C;
}
.AnyTagClassName
{
color: #03DC7C;
}
</style>
background-color css
<style>
a { background-color: #03DC7C; }
a { background-color: rgb(3,220,124); }
div.DivClassName
{
background-color: #03DC7C;
}
.BgClassName
{
background-color: #03DC7C;
}
</style>
border-color css
<style>
span { border-color: #03DC7C; }
span { border-color: rgb(3,220,124); }
td.TdClassName
{
border-color: #03DC7C;
}
.TagClassName
{
border-color: #03DC7C;
}
</style>