Shades of Free Speech Green #19F030
Tints of Free Speech Green #19F030
RGB
CMYK
RGB Variations
Color information
#19F030 (or 0x19F030) is known color: Free Speech Green. HEX triplet: 19, F0 and 30. RGB value is (25,240,48). Sum of RGB (Red+Green+Blue) = 25+240+48=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 240 (94.14% from 255 or 76.68% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 240 - color contains mainly: green. Hex color #19F030 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F030 is #E60FCF. Grayscale: #9A9A9A. Windows color (decimal): -15077328 or 3207193. OLE color: 3207193.
HSL color Cylindrical-coordinate representation of color #19F030: hue angle of 126.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F030 is Cyan = 0.90, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 48 | - |
| CMYK | 0.90 | 0 | 0.8 | 0.06 |
| HSL | 126.42º | 0.88% | 0.52% | - |
| HSV(B) | 126.42º | 0.9% | 0.94% | - |
| XYZ | 32.09 | 62.74 | 13.21 | - |
| YUV | 153.83 | 68.27 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 48 | 0.90 | 0 | 0.8 | 0.06 | 126.42 | 0.88 | 0.52 |
| Hex | 19 | F0 | 30 | 5A | 0 | 50 | 6 | 7E | 58 | 34 |
| Octal | 31 | 360 | 60 | 132 | 0 | 120 | 6 | 176 | 130 | 64 |
| Binary | 11001 | 11110000 | 110000 | 1011010 | 0 | 1010000 | 110 | 1111110 | 1011000 | 110100 |
Color Harmonies of #19F030
Complementary color
Monochromatic Colors of #19F030
Black with #19F030
Text Example
Text Example
White with #19F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F030; }
p { color: rgb(25,240,48); }
H1.HeaderClassName
{
color: #19F030;
}
.AnyTagClassName
{
color: #19F030;
}
</style>
background-color css
<style>
a { background-color: #19F030; }
a { background-color: rgb(25,240,48); }
div.DivClassName
{
background-color: #19F030;
}
.BgClassName
{
background-color: #19F030;
}
</style>
border-color css
<style>
span { border-color: #19F030; }
span { border-color: rgb(25,240,48); }
td.TdClassName
{
border-color: #19F030;
}
.TagClassName
{
border-color: #19F030;
}
</style>