Shades of Spring Green #03F382
Tints of Spring Green #03F382
RGB
CMYK
RGB Variations
Color information
#03F382 (or 0x03F382) is known color: Spring Green. HEX triplet: 03, F3 and 82. RGB value is (3,243,130). Sum of RGB (Red+Green+Blue) = 3+243+130=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #03F382 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F382 is #FC0C7D. Grayscale: #9E9E9E. Windows color (decimal): -16518270 or 8581891. OLE color: 8581891.
HSL color Cylindrical-coordinate representation of color #03F382: hue angle of 151.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F382 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 130 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.05 |
| HSL | 151.75º | 0.98% | 0.48% | - |
| HSV(B) | 151.75º | 0.99% | 0.95% | - |
| XYZ | 36.12 | 65.73 | 31.9 | - |
| YUV | 158.36 | 111.99 | 17.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 130 | 0.99 | 0 | 0.47 | 0.05 | 151.75 | 0.98 | 0.48 |
| Hex | 3 | F3 | 82 | 63 | 0 | 2F | 5 | 98 | 62 | 30 |
| Octal | 3 | 363 | 202 | 143 | 0 | 57 | 5 | 230 | 142 | 60 |
| Binary | 11 | 11110011 | 10000010 | 1100011 | 0 | 101111 | 101 | 10011000 | 1100010 | 110000 |
Color Harmonies of #03F382
Complementary color
Monochromatic Colors of #03F382
Black with #03F382
Text Example
Text Example
White with #03F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F382; }
p { color: rgb(3,243,130); }
H1.HeaderClassName
{
color: #03F382;
}
.AnyTagClassName
{
color: #03F382;
}
</style>
background-color css
<style>
a { background-color: #03F382; }
a { background-color: rgb(3,243,130); }
div.DivClassName
{
background-color: #03F382;
}
.BgClassName
{
background-color: #03F382;
}
</style>
border-color css
<style>
span { border-color: #03F382; }
span { border-color: rgb(3,243,130); }
td.TdClassName
{
border-color: #03F382;
}
.TagClassName
{
border-color: #03F382;
}
</style>