Shades of Free Speech Green #19FB2D
Tints of Free Speech Green #19FB2D
RGB
CMYK
RGB Variations
Color information
#19FB2D (or 0x19FB2D) is known color: Free Speech Green. HEX triplet: 19, FB and 2D. RGB value is (25,251,45). Sum of RGB (Red+Green+Blue) = 25+251+45=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 251 (98.44% from 255 or 78.19% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 251 - color contains mainly: green. Hex color #19FB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FB2D is #E604D2. Grayscale: #A0A0A0. Windows color (decimal): -15074515 or 3013401. OLE color: 3013401.
HSL color Cylindrical-coordinate representation of color #19FB2D: hue angle of 125.31º 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 #19FB2D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 251 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.02 |
| HSL | 125.31º | 0.97% | 0.54% | - |
| HSV(B) | 125.31º | 0.9% | 0.98% | - |
| XYZ | 35.37 | 69.39 | 14.01 | - |
| YUV | 159.94 | 63.13 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 251 | 45 | 0.90 | 0 | 0.82 | 0.02 | 125.31 | 0.97 | 0.54 |
| Hex | 19 | FB | 2D | 5A | 0 | 52 | 2 | 7D | 61 | 36 |
| Octal | 31 | 373 | 55 | 132 | 0 | 122 | 2 | 175 | 141 | 66 |
| Binary | 11001 | 11111011 | 101101 | 1011010 | 0 | 1010010 | 10 | 1111101 | 1100001 | 110110 |
Color Harmonies of #19FB2D
Complementary color
Monochromatic Colors of #19FB2D
Black with #19FB2D
Text Example
Text Example
White with #19FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FB2D; }
p { color: rgb(25,251,45); }
H1.HeaderClassName
{
color: #19FB2D;
}
.AnyTagClassName
{
color: #19FB2D;
}
</style>
background-color css
<style>
a { background-color: #19FB2D; }
a { background-color: rgb(25,251,45); }
div.DivClassName
{
background-color: #19FB2D;
}
.BgClassName
{
background-color: #19FB2D;
}
</style>
border-color css
<style>
span { border-color: #19FB2D; }
span { border-color: rgb(25,251,45); }
td.TdClassName
{
border-color: #19FB2D;
}
.TagClassName
{
border-color: #19FB2D;
}
</style>