Shades of Spring Green #13E280
Tints of Spring Green #13E280
RGB
CMYK
RGB Variations
Color information
#13E280 (or 0x13E280) is known color: Spring Green. HEX triplet: 13, E2 and 80. RGB value is (19,226,128). Sum of RGB (Red+Green+Blue) = 19+226+128=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #13E280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E280 is #EC1D7F. Grayscale: #999999. Windows color (decimal): -15474048 or 8446483. OLE color: 8446483.
HSL color Cylindrical-coordinate representation of color #13E280: hue angle of 151.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E280 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 128 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.11 |
| HSL | 151.59º | 0.84% | 0.48% | - |
| HSV(B) | 151.59º | 0.92% | 0.89% | - |
| XYZ | 31.36 | 56.09 | 29.6 | - |
| YUV | 152.94 | 113.92 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 128 | 0.92 | 0 | 0.43 | 0.11 | 151.59 | 0.84 | 0.48 |
| Hex | 13 | E2 | 80 | 5C | 0 | 2B | B | 98 | 54 | 30 |
| Octal | 23 | 342 | 200 | 134 | 0 | 53 | 13 | 230 | 124 | 60 |
| Binary | 10011 | 11100010 | 10000000 | 1011100 | 0 | 101011 | 1011 | 10011000 | 1010100 | 110000 |
Color Harmonies of #13E280
Complementary color
Monochromatic Colors of #13E280
Black with #13E280
Text Example
Text Example
White with #13E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E280; }
p { color: rgb(19,226,128); }
H1.HeaderClassName
{
color: #13E280;
}
.AnyTagClassName
{
color: #13E280;
}
</style>
background-color css
<style>
a { background-color: #13E280; }
a { background-color: rgb(19,226,128); }
div.DivClassName
{
background-color: #13E280;
}
.BgClassName
{
background-color: #13E280;
}
</style>
border-color css
<style>
span { border-color: #13E280; }
span { border-color: rgb(19,226,128); }
td.TdClassName
{
border-color: #13E280;
}
.TagClassName
{
border-color: #13E280;
}
</style>