Shades of Spring Green #13E27E
Tints of Spring Green #13E27E
RGB
CMYK
RGB Variations
Color information
#13E27E (or 0x13E27E) is known color: Spring Green. HEX triplet: 13, E2 and 7E. RGB value is (19,226,126). Sum of RGB (Red+Green+Blue) = 19+226+126=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #13E27E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E27E is #EC1D81. Grayscale: #989898. Windows color (decimal): -15474050 or 8315411. OLE color: 8315411.
HSL color Cylindrical-coordinate representation of color #13E27E: hue angle of 151.01º 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 #13E27E is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 126 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.11 |
| HSL | 151.01º | 0.84% | 0.48% | - |
| HSV(B) | 151.01º | 0.92% | 0.89% | - |
| XYZ | 31.23 | 56.04 | 28.91 | - |
| YUV | 152.71 | 112.92 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 126 | 0.92 | 0 | 0.44 | 0.11 | 151.01 | 0.84 | 0.48 |
| Hex | 13 | E2 | 7E | 5C | 0 | 2C | B | 97 | 54 | 30 |
| Octal | 23 | 342 | 176 | 134 | 0 | 54 | 13 | 227 | 124 | 60 |
| Binary | 10011 | 11100010 | 1111110 | 1011100 | 0 | 101100 | 1011 | 10010111 | 1010100 | 110000 |
Color Harmonies of #13E27E
Complementary color
Monochromatic Colors of #13E27E
Black with #13E27E
Text Example
Text Example
White with #13E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E27E; }
p { color: rgb(19,226,126); }
H1.HeaderClassName
{
color: #13E27E;
}
.AnyTagClassName
{
color: #13E27E;
}
</style>
background-color css
<style>
a { background-color: #13E27E; }
a { background-color: rgb(19,226,126); }
div.DivClassName
{
background-color: #13E27E;
}
.BgClassName
{
background-color: #13E27E;
}
</style>
border-color css
<style>
span { border-color: #13E27E; }
span { border-color: rgb(19,226,126); }
td.TdClassName
{
border-color: #13E27E;
}
.TagClassName
{
border-color: #13E27E;
}
</style>