Shades of Free Speech Green #28F117
Tints of Free Speech Green #28F117
RGB
CMYK
RGB Variations
Color information
#28F117 (or 0x28F117) is known color: Free Speech Green. HEX triplet: 28, F1 and 17. RGB value is (40,241,23). Sum of RGB (Red+Green+Blue) = 40+241+23=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #28F117 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F117 is #D70EE8. Grayscale: #9C9C9C. Windows color (decimal): -14094057 or 1569064. OLE color: 1569064.
HSL color Cylindrical-coordinate representation of color #28F117: hue angle of 115.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28F117 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 23 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.05 |
| HSL | 115.32º | 0.89% | 0.52% | - |
| HSV(B) | 115.32º | 0.9% | 0.95% | - |
| XYZ | 32.49 | 63.42 | 11.34 | - |
| YUV | 156.05 | 52.91 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 23 | 0.83 | 0 | 0.90 | 0.05 | 115.32 | 0.89 | 0.52 |
| Hex | 28 | F1 | 17 | 53 | 0 | 5A | 5 | 73 | 59 | 34 |
| Octal | 50 | 361 | 27 | 123 | 0 | 132 | 5 | 163 | 131 | 64 |
| Binary | 101000 | 11110001 | 10111 | 1010011 | 0 | 1011010 | 101 | 1110011 | 1011001 | 110100 |
Color Harmonies of #28F117
Complementary color
Monochromatic Colors of #28F117
Black with #28F117
Text Example
Text Example
White with #28F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F117; }
p { color: rgb(40,241,23); }
H1.HeaderClassName
{
color: #28F117;
}
.AnyTagClassName
{
color: #28F117;
}
</style>
background-color css
<style>
a { background-color: #28F117; }
a { background-color: rgb(40,241,23); }
div.DivClassName
{
background-color: #28F117;
}
.BgClassName
{
background-color: #28F117;
}
</style>
border-color css
<style>
span { border-color: #28F117; }
span { border-color: rgb(40,241,23); }
td.TdClassName
{
border-color: #28F117;
}
.TagClassName
{
border-color: #28F117;
}
</style>