Shades of Free Speech Green #17DB02
Tints of Free Speech Green #17DB02
RGB
CMYK
RGB Variations
Color information
#17DB02 (or 0x17DB02) is known color: Free Speech Green. HEX triplet: 17, DB and 02. RGB value is (23,219,2). Sum of RGB (Red+Green+Blue) = 23+219+2=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 219 (85.94% from 255 or 89.75% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 219 - color contains mainly: green. Hex color #17DB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17DB02 is #E824FD. Grayscale: #888888. Windows color (decimal): -15213822 or 187159. OLE color: 187159.
HSL color Cylindrical-coordinate representation of color #17DB02: hue angle of 114.19º 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 #17DB02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 219 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.14 |
| HSL | 114.19º | 0.98% | 0.43% | - |
| HSV(B) | 114.19º | 0.99% | 0.86% | - |
| XYZ | 25.7 | 50.85 | 8.52 | - |
| YUV | 135.66 | 52.57 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 2 | 0.89 | 0 | 0.99 | 0.14 | 114.19 | 0.98 | 0.43 |
| Hex | 17 | DB | 2 | 59 | 0 | 63 | E | 72 | 62 | 2B |
| Octal | 27 | 333 | 2 | 131 | 0 | 143 | 16 | 162 | 142 | 53 |
| Binary | 10111 | 11011011 | 10 | 1011001 | 0 | 1100011 | 1110 | 1110010 | 1100010 | 101011 |
Color Harmonies of #17DB02
Complementary color
Monochromatic Colors of #17DB02
Black with #17DB02
Text Example
Text Example
White with #17DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DB02; }
p { color: rgb(23,219,2); }
H1.HeaderClassName
{
color: #17DB02;
}
.AnyTagClassName
{
color: #17DB02;
}
</style>
background-color css
<style>
a { background-color: #17DB02; }
a { background-color: rgb(23,219,2); }
div.DivClassName
{
background-color: #17DB02;
}
.BgClassName
{
background-color: #17DB02;
}
</style>
border-color css
<style>
span { border-color: #17DB02; }
span { border-color: rgb(23,219,2); }
td.TdClassName
{
border-color: #17DB02;
}
.TagClassName
{
border-color: #17DB02;
}
</style>