Shades of Free Speech Green #19DB02
Tints of Free Speech Green #19DB02
RGB
CMYK
RGB Variations
Color information
#19DB02 (or 0x19DB02) is known color: Free Speech Green. HEX triplet: 19, DB and 02. RGB value is (25,219,2). Sum of RGB (Red+Green+Blue) = 25+219+2=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 219 (85.94% from 255 or 89.02% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DB02 is #E624FD. Grayscale: #888888. Windows color (decimal): -15082750 or 187161. OLE color: 187161.
HSL color Cylindrical-coordinate representation of color #19DB02: hue angle of 113.64º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #19DB02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.14 |
| HSL | 113.64º | 0.98% | 0.43% | - |
| HSV(B) | 113.64º | 0.99% | 0.86% | - |
| XYZ | 25.74 | 50.87 | 8.52 | - |
| YUV | 136.26 | 52.23 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 2 | 0.89 | 0 | 0.99 | 0.14 | 113.64 | 0.98 | 0.43 |
| Hex | 19 | DB | 2 | 59 | 0 | 63 | E | 72 | 62 | 2B |
| Octal | 31 | 333 | 2 | 131 | 0 | 143 | 16 | 162 | 142 | 53 |
| Binary | 11001 | 11011011 | 10 | 1011001 | 0 | 1100011 | 1110 | 1110010 | 1100010 | 101011 |
Color Harmonies of #19DB02
Complementary color
Monochromatic Colors of #19DB02
Black with #19DB02
Text Example
Text Example
White with #19DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB02; }
p { color: rgb(25,219,2); }
H1.HeaderClassName
{
color: #19DB02;
}
.AnyTagClassName
{
color: #19DB02;
}
</style>
background-color css
<style>
a { background-color: #19DB02; }
a { background-color: rgb(25,219,2); }
div.DivClassName
{
background-color: #19DB02;
}
.BgClassName
{
background-color: #19DB02;
}
</style>
border-color css
<style>
span { border-color: #19DB02; }
span { border-color: rgb(25,219,2); }
td.TdClassName
{
border-color: #19DB02;
}
.TagClassName
{
border-color: #19DB02;
}
</style>