Shades of Spring Green #03E37D
Tints of Spring Green #03E37D
RGB
CMYK
RGB Variations
Color information
#03E37D (or 0x03E37D) is known color: Spring Green. HEX triplet: 03, E3 and 7D. RGB value is (3,227,125). Sum of RGB (Red+Green+Blue) = 3+227+125=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 227 (89.06% from 255 or 63.94% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 227 - color contains mainly: green. Hex color #03E37D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E37D is #FC1C82. Grayscale: #949494. Windows color (decimal): -16522371 or 8250115. OLE color: 8250115.
HSL color Cylindrical-coordinate representation of color #03E37D: hue angle of 152.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E37D is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 227 | 125 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.11 |
| HSL | 152.68º | 0.97% | 0.45% | - |
| HSV(B) | 152.68º | 0.99% | 0.89% | - |
| XYZ | 31.21 | 56.44 | 28.65 | - |
| YUV | 148.4 | 114.79 | 24.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 227 | 125 | 0.99 | 0 | 0.45 | 0.11 | 152.68 | 0.97 | 0.45 |
| Hex | 3 | E3 | 7D | 63 | 0 | 2D | B | 99 | 61 | 2D |
| Octal | 3 | 343 | 175 | 143 | 0 | 55 | 13 | 231 | 141 | 55 |
| Binary | 11 | 11100011 | 1111101 | 1100011 | 0 | 101101 | 1011 | 10011001 | 1100001 | 101101 |
Color Harmonies of #03E37D
Complementary color
Monochromatic Colors of #03E37D
Black with #03E37D
Text Example
Text Example
White with #03E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E37D; }
p { color: rgb(3,227,125); }
H1.HeaderClassName
{
color: #03E37D;
}
.AnyTagClassName
{
color: #03E37D;
}
</style>
background-color css
<style>
a { background-color: #03E37D; }
a { background-color: rgb(3,227,125); }
div.DivClassName
{
background-color: #03E37D;
}
.BgClassName
{
background-color: #03E37D;
}
</style>
border-color css
<style>
span { border-color: #03E37D; }
span { border-color: rgb(3,227,125); }
td.TdClassName
{
border-color: #03E37D;
}
.TagClassName
{
border-color: #03E37D;
}
</style>