Shades of Free Speech Green #19FB1D
Tints of Free Speech Green #19FB1D
RGB
CMYK
RGB Variations
Color information
#19FB1D (or 0x19FB1D) is known color: Free Speech Green. HEX triplet: 19, FB and 1D. RGB value is (25,251,29). Sum of RGB (Red+Green+Blue) = 25+251+29=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 251 (98.44% from 255 or 82.30% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 251 - color contains mainly: green. Hex color #19FB1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FB1D is #E604E2. Grayscale: #9E9E9E. Windows color (decimal): -15074531 or 1964825. OLE color: 1964825.
HSL color Cylindrical-coordinate representation of color #19FB1D: hue angle of 121.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FB1D is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 251 | 29 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.02 |
| HSL | 121.06º | 0.97% | 0.54% | - |
| HSV(B) | 121.06º | 0.9% | 0.98% | - |
| XYZ | 35.12 | 69.29 | 12.69 | - |
| YUV | 158.12 | 55.13 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 251 | 29 | 0.90 | 0 | 0.88 | 0.02 | 121.06 | 0.97 | 0.54 |
| Hex | 19 | FB | 1D | 5A | 0 | 58 | 2 | 79 | 61 | 36 |
| Octal | 31 | 373 | 35 | 132 | 0 | 130 | 2 | 171 | 141 | 66 |
| Binary | 11001 | 11111011 | 11101 | 1011010 | 0 | 1011000 | 10 | 1111001 | 1100001 | 110110 |
Color Harmonies of #19FB1D
Complementary color
Monochromatic Colors of #19FB1D
Black with #19FB1D
Text Example
Text Example
White with #19FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FB1D; }
p { color: rgb(25,251,29); }
H1.HeaderClassName
{
color: #19FB1D;
}
.AnyTagClassName
{
color: #19FB1D;
}
</style>
background-color css
<style>
a { background-color: #19FB1D; }
a { background-color: rgb(25,251,29); }
div.DivClassName
{
background-color: #19FB1D;
}
.BgClassName
{
background-color: #19FB1D;
}
</style>
border-color css
<style>
span { border-color: #19FB1D; }
span { border-color: rgb(25,251,29); }
td.TdClassName
{
border-color: #19FB1D;
}
.TagClassName
{
border-color: #19FB1D;
}
</style>