Shades of Free Speech Green #19FA2B
Tints of Free Speech Green #19FA2B
RGB
CMYK
RGB Variations
Color information
#19FA2B (or 0x19FA2B) is known color: Free Speech Green. HEX triplet: 19, FA and 2B. RGB value is (25,250,43). Sum of RGB (Red+Green+Blue) = 25+250+43=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 250 (98.05% from 255 or 78.62% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA2B is #E605D4. Grayscale: #9F9F9F. Windows color (decimal): -15074773 or 2882073. OLE color: 2882073.
HSL color Cylindrical-coordinate representation of color #19FA2B: hue angle of 124.8º degrees, saturation: 0.96, 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 #19FA2B is Cyan = 0.9, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 43 | - |
| CMYK | 0.9 | 0 | 0.83 | 0.02 |
| HSL | 124.8º | 0.96% | 0.54% | - |
| HSV(B) | 124.8º | 0.9% | 0.98% | - |
| XYZ | 35.02 | 68.75 | 13.71 | - |
| YUV | 159.13 | 62.46 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 43 | 0.9 | 0 | 0.83 | 0.02 | 124.8 | 0.96 | 0.54 |
| Hex | 19 | FA | 2B | 5A | 0 | 53 | 2 | 7D | 60 | 36 |
| Octal | 31 | 372 | 53 | 132 | 0 | 123 | 2 | 175 | 140 | 66 |
| Binary | 11001 | 11111010 | 101011 | 1011010 | 0 | 1010011 | 10 | 1111101 | 1100000 | 110110 |
Color Harmonies of #19FA2B
Complementary color
Monochromatic Colors of #19FA2B
Black with #19FA2B
Text Example
Text Example
White with #19FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA2B; }
p { color: rgb(25,250,43); }
H1.HeaderClassName
{
color: #19FA2B;
}
.AnyTagClassName
{
color: #19FA2B;
}
</style>
background-color css
<style>
a { background-color: #19FA2B; }
a { background-color: rgb(25,250,43); }
div.DivClassName
{
background-color: #19FA2B;
}
.BgClassName
{
background-color: #19FA2B;
}
</style>
border-color css
<style>
span { border-color: #19FA2B; }
span { border-color: rgb(25,250,43); }
td.TdClassName
{
border-color: #19FA2B;
}
.TagClassName
{
border-color: #19FA2B;
}
</style>