Shades of Spring Green #03F381
Tints of Spring Green #03F381
RGB
CMYK
RGB Variations
Color information
#03F381 (or 0x03F381) is known color: Spring Green. HEX triplet: 03, F3 and 81. RGB value is (3,243,129). Sum of RGB (Red+Green+Blue) = 3+243+129=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #03F381 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F381 is #FC0C7E. Grayscale: #9E9E9E. Windows color (decimal): -16518271 or 8516355. OLE color: 8516355.
HSL color Cylindrical-coordinate representation of color #03F381: hue angle of 151.5º 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 #03F381 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 243 | 129 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.05 |
| HSL | 151.5º | 0.98% | 0.48% | - |
| HSV(B) | 151.5º | 0.99% | 0.95% | - |
| XYZ | 36.05 | 65.71 | 31.55 | - |
| YUV | 158.24 | 111.49 | 17.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 243 | 129 | 0.99 | 0 | 0.47 | 0.05 | 151.5 | 0.98 | 0.48 |
| Hex | 3 | F3 | 81 | 63 | 0 | 2F | 5 | 98 | 62 | 30 |
| Octal | 3 | 363 | 201 | 143 | 0 | 57 | 5 | 230 | 142 | 60 |
| Binary | 11 | 11110011 | 10000001 | 1100011 | 0 | 101111 | 101 | 10011000 | 1100010 | 110000 |
Color Harmonies of #03F381
Complementary color
Monochromatic Colors of #03F381
Black with #03F381
Text Example
Text Example
White with #03F381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F381; }
p { color: rgb(3,243,129); }
H1.HeaderClassName
{
color: #03F381;
}
.AnyTagClassName
{
color: #03F381;
}
</style>
background-color css
<style>
a { background-color: #03F381; }
a { background-color: rgb(3,243,129); }
div.DivClassName
{
background-color: #03F381;
}
.BgClassName
{
background-color: #03F381;
}
</style>
border-color css
<style>
span { border-color: #03F381; }
span { border-color: rgb(3,243,129); }
td.TdClassName
{
border-color: #03F381;
}
.TagClassName
{
border-color: #03F381;
}
</style>