Shades of Free Speech Green #28FC2D
Tints of Free Speech Green #28FC2D
RGB
CMYK
RGB Variations
Color information
#28FC2D (or 0x28FC2D) is known color: Free Speech Green. HEX triplet: 28, FC and 2D. RGB value is (40,252,45). Sum of RGB (Red+Green+Blue) = 40+252+45=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FC2D is #D703D2. Grayscale: #A5A5A5. Windows color (decimal): -14091219 or 3013672. OLE color: 3013672.
HSL color Cylindrical-coordinate representation of color #28FC2D: hue angle of 121.42º 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 #28FC2D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.01 |
| HSL | 121.42º | 0.97% | 0.57% | - |
| HSV(B) | 121.42º | 0.84% | 0.99% | - |
| XYZ | 36.16 | 70.26 | 14.14 | - |
| YUV | 165.01 | 60.26 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 45 | 0.84 | 0 | 0.82 | 0.01 | 121.42 | 0.97 | 0.57 |
| Hex | 28 | FC | 2D | 54 | 0 | 52 | 1 | 79 | 61 | 39 |
| Octal | 50 | 374 | 55 | 124 | 0 | 122 | 1 | 171 | 141 | 71 |
| Binary | 101000 | 11111100 | 101101 | 1010100 | 0 | 1010010 | 1 | 1111001 | 1100001 | 111001 |
Color Harmonies of #28FC2D
Complementary color
Monochromatic Colors of #28FC2D
Black with #28FC2D
Text Example
Text Example
White with #28FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FC2D; }
p { color: rgb(40,252,45); }
H1.HeaderClassName
{
color: #28FC2D;
}
.AnyTagClassName
{
color: #28FC2D;
}
</style>
background-color css
<style>
a { background-color: #28FC2D; }
a { background-color: rgb(40,252,45); }
div.DivClassName
{
background-color: #28FC2D;
}
.BgClassName
{
background-color: #28FC2D;
}
</style>
border-color css
<style>
span { border-color: #28FC2D; }
span { border-color: rgb(40,252,45); }
td.TdClassName
{
border-color: #28FC2D;
}
.TagClassName
{
border-color: #28FC2D;
}
</style>