Shades of Free Speech Green #19FF02
Tints of Free Speech Green #19FF02
RGB
CMYK
RGB Variations
Color information
#19FF02 (or 0x19FF02) is known color: Free Speech Green. HEX triplet: 19, FF and 02. RGB value is (25,255,2). Sum of RGB (Red+Green+Blue) = 25+255+2=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 255 (100% from 255 or 90.43% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FF02 is #E600FD. Grayscale: #9E9E9E. Windows color (decimal): -15073534 or 196377. OLE color: 196377.
HSL color Cylindrical-coordinate representation of color #19FF02: hue angle of 114.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19FF02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0 |
| HSL | 114.55º | 1% | 0.5% | - |
| HSV(B) | 114.55º | 0.99% | 1% | - |
| XYZ | 36.17 | 71.73 | 12 | - |
| YUV | 157.39 | 40.3 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 2 | 0.90 | 0 | 0.99 | 0 | 114.55 | 1 | 0.5 |
| Hex | 19 | FF | 2 | 5A | 0 | 63 | 0 | 73 | 64 | 32 |
| Octal | 31 | 377 | 2 | 132 | 0 | 143 | 0 | 163 | 144 | 62 |
| Binary | 11001 | 11111111 | 10 | 1011010 | 0 | 1100011 | 0 | 1110011 | 1100100 | 110010 |
Color Harmonies of #19FF02
Complementary color
Monochromatic Colors of #19FF02
Black with #19FF02
Text Example
Text Example
White with #19FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF02; }
p { color: rgb(25,255,2); }
H1.HeaderClassName
{
color: #19FF02;
}
.AnyTagClassName
{
color: #19FF02;
}
</style>
background-color css
<style>
a { background-color: #19FF02; }
a { background-color: rgb(25,255,2); }
div.DivClassName
{
background-color: #19FF02;
}
.BgClassName
{
background-color: #19FF02;
}
</style>
border-color css
<style>
span { border-color: #19FF02; }
span { border-color: rgb(25,255,2); }
td.TdClassName
{
border-color: #19FF02;
}
.TagClassName
{
border-color: #19FF02;
}
</style>