Shades of Free Speech Green #13E025
Tints of Free Speech Green #13E025
RGB
CMYK
RGB Variations
Color information
#13E025 (or 0x13E025) is known color: Free Speech Green. HEX triplet: 13, E0 and 25. RGB value is (19,224,37). Sum of RGB (Red+Green+Blue) = 19+224+37=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 224 (87.89% from 255 or 80% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 224 - color contains mainly: green. Hex color #13E025 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E025 is #EC1FDA. Grayscale: #8D8D8D. Windows color (decimal): -15474651 or 2482195. OLE color: 2482195.
HSL color Cylindrical-coordinate representation of color #13E025: hue angle of 125.27º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E025 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 37 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.12 |
| HSL | 125.27º | 0.84% | 0.48% | - |
| HSV(B) | 125.27º | 0.92% | 0.88% | - |
| XYZ | 27.26 | 53.58 | 10.66 | - |
| YUV | 141.39 | 69.08 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 37 | 0.92 | 0 | 0.83 | 0.12 | 125.27 | 0.84 | 0.48 |
| Hex | 13 | E0 | 25 | 5C | 0 | 53 | C | 7D | 54 | 30 |
| Octal | 23 | 340 | 45 | 134 | 0 | 123 | 14 | 175 | 124 | 60 |
| Binary | 10011 | 11100000 | 100101 | 1011100 | 0 | 1010011 | 1100 | 1111101 | 1010100 | 110000 |
Color Harmonies of #13E025
Complementary color
Monochromatic Colors of #13E025
Black with #13E025
Text Example
Text Example
White with #13E025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E025; }
p { color: rgb(19,224,37); }
H1.HeaderClassName
{
color: #13E025;
}
.AnyTagClassName
{
color: #13E025;
}
</style>
background-color css
<style>
a { background-color: #13E025; }
a { background-color: rgb(19,224,37); }
div.DivClassName
{
background-color: #13E025;
}
.BgClassName
{
background-color: #13E025;
}
</style>
border-color css
<style>
span { border-color: #13E025; }
span { border-color: rgb(19,224,37); }
td.TdClassName
{
border-color: #13E025;
}
.TagClassName
{
border-color: #13E025;
}
</style>