Shades of Free Speech Green #2CFF28
Tints of Free Speech Green #2CFF28
RGB
CMYK
RGB Variations
Color information
#2CFF28 (or 0x2CFF28) is known color: Free Speech Green. HEX triplet: 2C, FF and 28. RGB value is (44,255,40). Sum of RGB (Red+Green+Blue) = 44+255+40=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF28 is #D300D7. Grayscale: #A8A8A8. Windows color (decimal): -13828312 or 2686764. OLE color: 2686764.
HSL color Cylindrical-coordinate representation of color #2CFF28: hue angle of 118.88º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CFF28 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 40 | - |
| CMYK | 0.83 | 0 | 0.84 | 0 |
| HSL | 118.88º | 1% | 0.58% | - |
| HSV(B) | 118.88º | 0.84% | 1% | - |
| XYZ | 37.18 | 72.21 | 13.99 | - |
| YUV | 167.4 | 56.1 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 40 | 0.83 | 0 | 0.84 | 0 | 118.88 | 1 | 0.58 |
| Hex | 2C | FF | 28 | 53 | 0 | 54 | 0 | 77 | 64 | 3A |
| Octal | 54 | 377 | 50 | 123 | 0 | 124 | 0 | 167 | 144 | 72 |
| Binary | 101100 | 11111111 | 101000 | 1010011 | 0 | 1010100 | 0 | 1110111 | 1100100 | 111010 |
Color Harmonies of #2CFF28
Complementary color
Monochromatic Colors of #2CFF28
Black with #2CFF28
Text Example
Text Example
White with #2CFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF28; }
p { color: rgb(44,255,40); }
H1.HeaderClassName
{
color: #2CFF28;
}
.AnyTagClassName
{
color: #2CFF28;
}
</style>
background-color css
<style>
a { background-color: #2CFF28; }
a { background-color: rgb(44,255,40); }
div.DivClassName
{
background-color: #2CFF28;
}
.BgClassName
{
background-color: #2CFF28;
}
</style>
border-color css
<style>
span { border-color: #2CFF28; }
span { border-color: rgb(44,255,40); }
td.TdClassName
{
border-color: #2CFF28;
}
.TagClassName
{
border-color: #2CFF28;
}
</style>