Shades of Free Speech Green #19EF2A
Tints of Free Speech Green #19EF2A
RGB
CMYK
RGB Variations
Color information
#19EF2A (or 0x19EF2A) is known color: Free Speech Green. HEX triplet: 19, EF and 2A. RGB value is (25,239,42). Sum of RGB (Red+Green+Blue) = 25+239+42=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EF2A is #E610D5. Grayscale: #999999. Windows color (decimal): -15077590 or 2813721. OLE color: 2813721.
HSL color Cylindrical-coordinate representation of color #19EF2A: hue angle of 124.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EF2A is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 42 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.06 |
| HSL | 124.77º | 0.87% | 0.52% | - |
| HSV(B) | 124.77º | 0.9% | 0.94% | - |
| XYZ | 31.69 | 62.11 | 12.51 | - |
| YUV | 152.56 | 65.6 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 42 | 0.90 | 0 | 0.82 | 0.06 | 124.77 | 0.87 | 0.52 |
| Hex | 19 | EF | 2A | 5A | 0 | 52 | 6 | 7D | 57 | 34 |
| Octal | 31 | 357 | 52 | 132 | 0 | 122 | 6 | 175 | 127 | 64 |
| Binary | 11001 | 11101111 | 101010 | 1011010 | 0 | 1010010 | 110 | 1111101 | 1010111 | 110100 |
Color Harmonies of #19EF2A
Complementary color
Monochromatic Colors of #19EF2A
Black with #19EF2A
Text Example
Text Example
White with #19EF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF2A; }
p { color: rgb(25,239,42); }
H1.HeaderClassName
{
color: #19EF2A;
}
.AnyTagClassName
{
color: #19EF2A;
}
</style>
background-color css
<style>
a { background-color: #19EF2A; }
a { background-color: rgb(25,239,42); }
div.DivClassName
{
background-color: #19EF2A;
}
.BgClassName
{
background-color: #19EF2A;
}
</style>
border-color css
<style>
span { border-color: #19EF2A; }
span { border-color: rgb(25,239,42); }
td.TdClassName
{
border-color: #19EF2A;
}
.TagClassName
{
border-color: #19EF2A;
}
</style>