Shades of Free Speech Green #19EE32
Tints of Free Speech Green #19EE32
RGB
CMYK
RGB Variations
Color information
#19EE32 (or 0x19EE32) is known color: Free Speech Green. HEX triplet: 19, EE and 32. RGB value is (25,238,50). Sum of RGB (Red+Green+Blue) = 25+238+50=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 238 (93.36% from 255 or 76.04% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EE32 is #E611CD. Grayscale: #999999. Windows color (decimal): -15077838 or 3337753. OLE color: 3337753.
HSL color Cylindrical-coordinate representation of color #19EE32: hue angle of 127.04º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EE32 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 50 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.07 |
| HSL | 127.04º | 0.86% | 0.52% | - |
| HSV(B) | 127.04º | 0.89% | 0.93% | - |
| XYZ | 31.55 | 61.59 | 13.24 | - |
| YUV | 152.88 | 69.93 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 50 | 0.89 | 0 | 0.79 | 0.07 | 127.04 | 0.86 | 0.52 |
| Hex | 19 | EE | 32 | 59 | 0 | 4F | 7 | 7F | 56 | 34 |
| Octal | 31 | 356 | 62 | 131 | 0 | 117 | 7 | 177 | 126 | 64 |
| Binary | 11001 | 11101110 | 110010 | 1011001 | 0 | 1001111 | 111 | 1111111 | 1010110 | 110100 |
Color Harmonies of #19EE32
Complementary color
Monochromatic Colors of #19EE32
Black with #19EE32
Text Example
Text Example
White with #19EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE32; }
p { color: rgb(25,238,50); }
H1.HeaderClassName
{
color: #19EE32;
}
.AnyTagClassName
{
color: #19EE32;
}
</style>
background-color css
<style>
a { background-color: #19EE32; }
a { background-color: rgb(25,238,50); }
div.DivClassName
{
background-color: #19EE32;
}
.BgClassName
{
background-color: #19EE32;
}
</style>
border-color css
<style>
span { border-color: #19EE32; }
span { border-color: rgb(25,238,50); }
td.TdClassName
{
border-color: #19EE32;
}
.TagClassName
{
border-color: #19EE32;
}
</style>