Shades of Spring Green #03DF7A
Tints of Spring Green #03DF7A
RGB
CMYK
RGB Variations
Color information
#03DF7A (or 0x03DF7A) is known color: Spring Green. HEX triplet: 03, DF and 7A. RGB value is (3,223,122). Sum of RGB (Red+Green+Blue) = 3+223+122=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DF7A is #FC2085. Grayscale: #919191. Windows color (decimal): -16523398 or 8052483. OLE color: 8052483.
HSL color Cylindrical-coordinate representation of color #03DF7A: hue angle of 152.45º 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 #03DF7A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 122 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.13 |
| HSL | 152.45º | 0.97% | 0.44% | - |
| HSV(B) | 152.45º | 0.99% | 0.87% | - |
| XYZ | 29.94 | 54.2 | 27.3 | - |
| YUV | 145.71 | 114.61 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 122 | 0.99 | 0 | 0.45 | 0.13 | 152.45 | 0.97 | 0.44 |
| Hex | 3 | DF | 7A | 63 | 0 | 2D | D | 98 | 61 | 2C |
| Octal | 3 | 337 | 172 | 143 | 0 | 55 | 15 | 230 | 141 | 54 |
| Binary | 11 | 11011111 | 1111010 | 1100011 | 0 | 101101 | 1101 | 10011000 | 1100001 | 101100 |
Color Harmonies of #03DF7A
Complementary color
Monochromatic Colors of #03DF7A
Black with #03DF7A
Text Example
Text Example
White with #03DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF7A; }
p { color: rgb(3,223,122); }
H1.HeaderClassName
{
color: #03DF7A;
}
.AnyTagClassName
{
color: #03DF7A;
}
</style>
background-color css
<style>
a { background-color: #03DF7A; }
a { background-color: rgb(3,223,122); }
div.DivClassName
{
background-color: #03DF7A;
}
.BgClassName
{
background-color: #03DF7A;
}
</style>
border-color css
<style>
span { border-color: #03DF7A; }
span { border-color: rgb(3,223,122); }
td.TdClassName
{
border-color: #03DF7A;
}
.TagClassName
{
border-color: #03DF7A;
}
</style>