Shades of Free Speech Green #28FF24
Tints of Free Speech Green #28FF24
RGB
CMYK
RGB Variations
Color information
#28FF24 (or 0x28FF24) is known color: Free Speech Green. HEX triplet: 28, FF and 24. RGB value is (40,255,36). Sum of RGB (Red+Green+Blue) = 40+255+36=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 255 (100% from 255 or 77.04% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF24 is #D700DB. Grayscale: #A6A6A6. Windows color (decimal): -14090460 or 2424616. OLE color: 2424616.
HSL color Cylindrical-coordinate representation of color #28FF24: hue angle of 118.9º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28FF24 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 36 | - |
| CMYK | 0.84 | 0 | 0.86 | 0 |
| HSL | 118.9º | 1% | 0.57% | - |
| HSV(B) | 118.9º | 0.86% | 1% | - |
| XYZ | 36.95 | 72.1 | 13.64 | - |
| YUV | 165.75 | 54.77 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 36 | 0.84 | 0 | 0.86 | 0 | 118.9 | 1 | 0.57 |
| Hex | 28 | FF | 24 | 54 | 0 | 56 | 0 | 77 | 64 | 39 |
| Octal | 50 | 377 | 44 | 124 | 0 | 126 | 0 | 167 | 144 | 71 |
| Binary | 101000 | 11111111 | 100100 | 1010100 | 0 | 1010110 | 0 | 1110111 | 1100100 | 111001 |
Color Harmonies of #28FF24
Complementary color
Monochromatic Colors of #28FF24
Black with #28FF24
Text Example
Text Example
White with #28FF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF24; }
p { color: rgb(40,255,36); }
H1.HeaderClassName
{
color: #28FF24;
}
.AnyTagClassName
{
color: #28FF24;
}
</style>
background-color css
<style>
a { background-color: #28FF24; }
a { background-color: rgb(40,255,36); }
div.DivClassName
{
background-color: #28FF24;
}
.BgClassName
{
background-color: #28FF24;
}
</style>
border-color css
<style>
span { border-color: #28FF24; }
span { border-color: rgb(40,255,36); }
td.TdClassName
{
border-color: #28FF24;
}
.TagClassName
{
border-color: #28FF24;
}
</style>