Shades of Free Speech Green #19EA31
Tints of Free Speech Green #19EA31
RGB
CMYK
RGB Variations
Color information
#19EA31 (or 0x19EA31) is known color: Free Speech Green. HEX triplet: 19, EA and 31. RGB value is (25,234,49). Sum of RGB (Red+Green+Blue) = 25+234+49=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #19EA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EA31 is #E615CE. Grayscale: #969696. Windows color (decimal): -15078863 or 3271193. OLE color: 3271193.
HSL color Cylindrical-coordinate representation of color #19EA31: hue angle of 126.89º degrees, saturation: 0.83, 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 #19EA31 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 234 | 49 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.08 |
| HSL | 126.89º | 0.83% | 0.51% | - |
| HSV(B) | 126.89º | 0.89% | 0.92% | - |
| XYZ | 30.38 | 59.27 | 12.75 | - |
| YUV | 150.42 | 70.76 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 49 | 0.89 | 0 | 0.79 | 0.08 | 126.89 | 0.83 | 0.51 |
| Hex | 19 | EA | 31 | 59 | 0 | 4F | 8 | 7F | 53 | 33 |
| Octal | 31 | 352 | 61 | 131 | 0 | 117 | 10 | 177 | 123 | 63 |
| Binary | 11001 | 11101010 | 110001 | 1011001 | 0 | 1001111 | 1000 | 1111111 | 1010011 | 110011 |
Color Harmonies of #19EA31
Complementary color
Monochromatic Colors of #19EA31
Black with #19EA31
Text Example
Text Example
White with #19EA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EA31; }
p { color: rgb(25,234,49); }
H1.HeaderClassName
{
color: #19EA31;
}
.AnyTagClassName
{
color: #19EA31;
}
</style>
background-color css
<style>
a { background-color: #19EA31; }
a { background-color: rgb(25,234,49); }
div.DivClassName
{
background-color: #19EA31;
}
.BgClassName
{
background-color: #19EA31;
}
</style>
border-color css
<style>
span { border-color: #19EA31; }
span { border-color: rgb(25,234,49); }
td.TdClassName
{
border-color: #19EA31;
}
.TagClassName
{
border-color: #19EA31;
}
</style>