Shades of Free Speech Green #28FC2C
Tints of Free Speech Green #28FC2C
RGB
CMYK
RGB Variations
Color information
#28FC2C (or 0x28FC2C) is known color: Free Speech Green. HEX triplet: 28, FC and 2C. RGB value is (40,252,44). Sum of RGB (Red+Green+Blue) = 40+252+44=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FC2C is #D703D3. Grayscale: #A5A5A5. Windows color (decimal): -14091220 or 2948136. OLE color: 2948136.
HSL color Cylindrical-coordinate representation of color #28FC2C: hue angle of 121.13º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC2C is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 44 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.01 |
| HSL | 121.13º | 0.97% | 0.57% | - |
| HSV(B) | 121.13º | 0.84% | 0.99% | - |
| XYZ | 36.14 | 70.25 | 14.04 | - |
| YUV | 164.9 | 59.76 | 38.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 44 | 0.84 | 0 | 0.83 | 0.01 | 121.13 | 0.97 | 0.57 |
| Hex | 28 | FC | 2C | 54 | 0 | 53 | 1 | 79 | 61 | 39 |
| Octal | 50 | 374 | 54 | 124 | 0 | 123 | 1 | 171 | 141 | 71 |
| Binary | 101000 | 11111100 | 101100 | 1010100 | 0 | 1010011 | 1 | 1111001 | 1100001 | 111001 |
Color Harmonies of #28FC2C
Complementary color
Monochromatic Colors of #28FC2C
Black with #28FC2C
Text Example
Text Example
White with #28FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC2C; }
p { color: rgb(40,252,44); }
H1.HeaderClassName
{
color: #28FC2C;
}
.AnyTagClassName
{
color: #28FC2C;
}
</style>
background-color css
<style>
a { background-color: #28FC2C; }
a { background-color: rgb(40,252,44); }
div.DivClassName
{
background-color: #28FC2C;
}
.BgClassName
{
background-color: #28FC2C;
}
</style>
border-color css
<style>
span { border-color: #28FC2C; }
span { border-color: rgb(40,252,44); }
td.TdClassName
{
border-color: #28FC2C;
}
.TagClassName
{
border-color: #28FC2C;
}
</style>