Shades of Free Speech Green #28FB2C
Tints of Free Speech Green #28FB2C
RGB
CMYK
RGB Variations
Color information
#28FB2C (or 0x28FB2C) is known color: Free Speech Green. HEX triplet: 28, FB and 2C. RGB value is (40,251,44). Sum of RGB (Red+Green+Blue) = 40+251+44=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 251 (98.44% from 255 or 74.93% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 251 - color contains mainly: green. Hex color #28FB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FB2C is #D704D3. Grayscale: #A4A4A4. Windows color (decimal): -14091476 or 2947880. OLE color: 2947880.
HSL color Cylindrical-coordinate representation of color #28FB2C: hue angle of 121.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FB2C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 251 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.02 |
| HSL | 121.14º | 0.96% | 0.57% | - |
| HSV(B) | 121.14º | 0.84% | 0.98% | - |
| XYZ | 35.83 | 69.63 | 13.93 | - |
| YUV | 164.31 | 60.1 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 251 | 44 | 0.84 | 0 | 0.82 | 0.02 | 121.14 | 0.96 | 0.57 |
| Hex | 28 | FB | 2C | 54 | 0 | 52 | 2 | 79 | 60 | 39 |
| Octal | 50 | 373 | 54 | 124 | 0 | 122 | 2 | 171 | 140 | 71 |
| Binary | 101000 | 11111011 | 101100 | 1010100 | 0 | 1010010 | 10 | 1111001 | 1100000 | 111001 |
Color Harmonies of #28FB2C
Complementary color
Monochromatic Colors of #28FB2C
Black with #28FB2C
Text Example
Text Example
White with #28FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FB2C; }
p { color: rgb(40,251,44); }
H1.HeaderClassName
{
color: #28FB2C;
}
.AnyTagClassName
{
color: #28FB2C;
}
</style>
background-color css
<style>
a { background-color: #28FB2C; }
a { background-color: rgb(40,251,44); }
div.DivClassName
{
background-color: #28FB2C;
}
.BgClassName
{
background-color: #28FB2C;
}
</style>
border-color css
<style>
span { border-color: #28FB2C; }
span { border-color: rgb(40,251,44); }
td.TdClassName
{
border-color: #28FB2C;
}
.TagClassName
{
border-color: #28FB2C;
}
</style>