Shades of Spring Green #03F18A
Tints of Spring Green #03F18A
RGB
CMYK
RGB Variations
Color information
#03F18A (or 0x03F18A) is known color: Spring Green. HEX triplet: 03, F1 and 8A. RGB value is (3,241,138). Sum of RGB (Red+Green+Blue) = 3+241+138=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #03F18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F18A is #FC0E75. Grayscale: #9E9E9E. Windows color (decimal): -16518774 or 9105667. OLE color: 9105667.
HSL color Cylindrical-coordinate representation of color #03F18A: hue angle of 154.03º 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 #03F18A is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 241 | 138 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.05 |
| HSL | 154.03º | 0.98% | 0.48% | - |
| HSV(B) | 154.03º | 0.99% | 0.95% | - |
| XYZ | 36.08 | 64.76 | 34.64 | - |
| YUV | 158.1 | 116.65 | 17.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 241 | 138 | 0.99 | 0 | 0.43 | 0.05 | 154.03 | 0.98 | 0.48 |
| Hex | 3 | F1 | 8A | 63 | 0 | 2B | 5 | 9A | 62 | 30 |
| Octal | 3 | 361 | 212 | 143 | 0 | 53 | 5 | 232 | 142 | 60 |
| Binary | 11 | 11110001 | 10001010 | 1100011 | 0 | 101011 | 101 | 10011010 | 1100010 | 110000 |
Color Harmonies of #03F18A
Complementary color
Monochromatic Colors of #03F18A
Black with #03F18A
Text Example
Text Example
White with #03F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F18A; }
p { color: rgb(3,241,138); }
H1.HeaderClassName
{
color: #03F18A;
}
.AnyTagClassName
{
color: #03F18A;
}
</style>
background-color css
<style>
a { background-color: #03F18A; }
a { background-color: rgb(3,241,138); }
div.DivClassName
{
background-color: #03F18A;
}
.BgClassName
{
background-color: #03F18A;
}
</style>
border-color css
<style>
span { border-color: #03F18A; }
span { border-color: rgb(3,241,138); }
td.TdClassName
{
border-color: #03F18A;
}
.TagClassName
{
border-color: #03F18A;
}
</style>