Shades of Free Speech Green #19FF28
Tints of Free Speech Green #19FF28
RGB
CMYK
RGB Variations
Color information
#19FF28 (or 0x19FF28) is known color: Free Speech Green. HEX triplet: 19, FF and 28. RGB value is (25,255,40). Sum of RGB (Red+Green+Blue) = 25+255+40=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF28 is #E600D7. Grayscale: #A2A2A2. Windows color (decimal): -15073496 or 2686745. OLE color: 2686745.
HSL color Cylindrical-coordinate representation of color #19FF28: hue angle of 123.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF28 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 40 | - |
| CMYK | 0.90 | 0 | 0.84 | 0 |
| HSL | 123.91º | 1% | 0.55% | - |
| HSV(B) | 123.91º | 0.9% | 1% | - |
| XYZ | 36.54 | 71.88 | 13.96 | - |
| YUV | 161.72 | 59.3 | 30.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 40 | 0.90 | 0 | 0.84 | 0 | 123.91 | 1 | 0.55 |
| Hex | 19 | FF | 28 | 5A | 0 | 54 | 0 | 7C | 64 | 37 |
| Octal | 31 | 377 | 50 | 132 | 0 | 124 | 0 | 174 | 144 | 67 |
| Binary | 11001 | 11111111 | 101000 | 1011010 | 0 | 1010100 | 0 | 1111100 | 1100100 | 110111 |
Color Harmonies of #19FF28
Complementary color
Monochromatic Colors of #19FF28
Black with #19FF28
Text Example
Text Example
White with #19FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF28; }
p { color: rgb(25,255,40); }
H1.HeaderClassName
{
color: #19FF28;
}
.AnyTagClassName
{
color: #19FF28;
}
</style>
background-color css
<style>
a { background-color: #19FF28; }
a { background-color: rgb(25,255,40); }
div.DivClassName
{
background-color: #19FF28;
}
.BgClassName
{
background-color: #19FF28;
}
</style>
border-color css
<style>
span { border-color: #19FF28; }
span { border-color: rgb(25,255,40); }
td.TdClassName
{
border-color: #19FF28;
}
.TagClassName
{
border-color: #19FF28;
}
</style>