Shades of Free Speech Green #19EE2A
Tints of Free Speech Green #19EE2A
RGB
CMYK
RGB Variations
Color information
#19EE2A (or 0x19EE2A) is known color: Free Speech Green. HEX triplet: 19, EE and 2A. RGB value is (25,238,42). Sum of RGB (Red+Green+Blue) = 25+238+42=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 238 (93.36% from 255 or 78.03% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19EE2A is #E611D5. Grayscale: #989898. Windows color (decimal): -15077846 or 2813465. OLE color: 2813465.
HSL color Cylindrical-coordinate representation of color #19EE2A: hue angle of 124.79º 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 #19EE2A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 42 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.07 |
| HSL | 124.79º | 0.86% | 0.52% | - |
| HSV(B) | 124.79º | 0.89% | 0.93% | - |
| XYZ | 31.39 | 61.52 | 12.41 | - |
| YUV | 151.97 | 65.93 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 42 | 0.89 | 0 | 0.82 | 0.07 | 124.79 | 0.86 | 0.52 |
| Hex | 19 | EE | 2A | 59 | 0 | 52 | 7 | 7D | 56 | 34 |
| Octal | 31 | 356 | 52 | 131 | 0 | 122 | 7 | 175 | 126 | 64 |
| Binary | 11001 | 11101110 | 101010 | 1011001 | 0 | 1010010 | 111 | 1111101 | 1010110 | 110100 |
Color Harmonies of #19EE2A
Complementary color
Monochromatic Colors of #19EE2A
Black with #19EE2A
Text Example
Text Example
White with #19EE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE2A; }
p { color: rgb(25,238,42); }
H1.HeaderClassName
{
color: #19EE2A;
}
.AnyTagClassName
{
color: #19EE2A;
}
</style>
background-color css
<style>
a { background-color: #19EE2A; }
a { background-color: rgb(25,238,42); }
div.DivClassName
{
background-color: #19EE2A;
}
.BgClassName
{
background-color: #19EE2A;
}
</style>
border-color css
<style>
span { border-color: #19EE2A; }
span { border-color: rgb(25,238,42); }
td.TdClassName
{
border-color: #19EE2A;
}
.TagClassName
{
border-color: #19EE2A;
}
</style>