Shades of Free Speech Green #19EB32
Tints of Free Speech Green #19EB32
RGB
CMYK
RGB Variations
Color information
#19EB32 (or 0x19EB32) is known color: Free Speech Green. HEX triplet: 19, EB and 32. RGB value is (25,235,50). Sum of RGB (Red+Green+Blue) = 25+235+50=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #19EB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EB32 is #E614CD. Grayscale: #979797. Windows color (decimal): -15078606 or 3336985. OLE color: 3336985.
HSL color Cylindrical-coordinate representation of color #19EB32: hue angle of 127.14º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EB32 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 235 | 50 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.08 |
| HSL | 127.14º | 0.84% | 0.51% | - |
| HSV(B) | 127.14º | 0.89% | 0.92% | - |
| XYZ | 30.68 | 59.85 | 12.95 | - |
| YUV | 151.12 | 70.93 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 50 | 0.89 | 0 | 0.79 | 0.08 | 127.14 | 0.84 | 0.51 |
| Hex | 19 | EB | 32 | 59 | 0 | 4F | 8 | 7F | 54 | 33 |
| Octal | 31 | 353 | 62 | 131 | 0 | 117 | 10 | 177 | 124 | 63 |
| Binary | 11001 | 11101011 | 110010 | 1011001 | 0 | 1001111 | 1000 | 1111111 | 1010100 | 110011 |
Color Harmonies of #19EB32
Complementary color
Monochromatic Colors of #19EB32
Black with #19EB32
Text Example
Text Example
White with #19EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EB32; }
p { color: rgb(25,235,50); }
H1.HeaderClassName
{
color: #19EB32;
}
.AnyTagClassName
{
color: #19EB32;
}
</style>
background-color css
<style>
a { background-color: #19EB32; }
a { background-color: rgb(25,235,50); }
div.DivClassName
{
background-color: #19EB32;
}
.BgClassName
{
background-color: #19EB32;
}
</style>
border-color css
<style>
span { border-color: #19EB32; }
span { border-color: rgb(25,235,50); }
td.TdClassName
{
border-color: #19EB32;
}
.TagClassName
{
border-color: #19EB32;
}
</style>