Shades of Free Speech Green #17FF2D
Tints of Free Speech Green #17FF2D
RGB
CMYK
RGB Variations
Color information
#17FF2D (or 0x17FF2D) is known color: Free Speech Green. HEX triplet: 17, FF and 2D. RGB value is (23,255,45). Sum of RGB (Red+Green+Blue) = 23+255+45=323 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.12% from 323); Green value is 255 (100% from 255 or 78.95% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 255 - color contains mainly: green. Hex color #17FF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #17FF2D is #E800D2. Grayscale: #A2A2A2. Windows color (decimal): -15204563 or 3014423. OLE color: 3014423.
HSL color Cylindrical-coordinate representation of color #17FF2D: hue angle of 125.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FF2D is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 255 | 45 | - |
| CMYK | 0.91 | 0 | 0.82 | 0 |
| HSL | 125.69º | 1% | 0.55% | - |
| HSV(B) | 125.69º | 0.91% | 1% | - |
| XYZ | 36.59 | 71.89 | 14.43 | - |
| YUV | 161.69 | 62.14 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 255 | 45 | 0.91 | 0 | 0.82 | 0 | 125.69 | 1 | 0.55 |
| Hex | 17 | FF | 2D | 5B | 0 | 52 | 0 | 7E | 64 | 37 |
| Octal | 27 | 377 | 55 | 133 | 0 | 122 | 0 | 176 | 144 | 67 |
| Binary | 10111 | 11111111 | 101101 | 1011011 | 0 | 1010010 | 0 | 1111110 | 1100100 | 110111 |
Color Harmonies of #17FF2D
Complementary color
Monochromatic Colors of #17FF2D
Black with #17FF2D
Text Example
Text Example
White with #17FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FF2D; }
p { color: rgb(23,255,45); }
H1.HeaderClassName
{
color: #17FF2D;
}
.AnyTagClassName
{
color: #17FF2D;
}
</style>
background-color css
<style>
a { background-color: #17FF2D; }
a { background-color: rgb(23,255,45); }
div.DivClassName
{
background-color: #17FF2D;
}
.BgClassName
{
background-color: #17FF2D;
}
</style>
border-color css
<style>
span { border-color: #17FF2D; }
span { border-color: rgb(23,255,45); }
td.TdClassName
{
border-color: #17FF2D;
}
.TagClassName
{
border-color: #17FF2D;
}
</style>