Shades of Free Speech Green #28FE2E
Tints of Free Speech Green #28FE2E
RGB
CMYK
RGB Variations
Color information
#28FE2E (or 0x28FE2E) is known color: Free Speech Green. HEX triplet: 28, FE and 2E. RGB value is (40,254,46). Sum of RGB (Red+Green+Blue) = 40+254+46=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FE2E is #D701D1. Grayscale: #A6A6A6. Windows color (decimal): -14090706 or 3079720. OLE color: 3079720.
HSL color Cylindrical-coordinate representation of color #28FE2E: hue angle of 121.68º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FE2E is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 46 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.00 |
| HSL | 121.68º | 0.99% | 0.58% | - |
| HSV(B) | 121.68º | 0.84% | 1% | - |
| XYZ | 36.81 | 71.53 | 14.45 | - |
| YUV | 166.3 | 60.1 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 46 | 0.84 | 0 | 0.82 | 0.00 | 121.68 | 0.99 | 0.58 |
| Hex | 28 | FE | 2E | 54 | 0 | 52 | 0 | 7A | 63 | 3A |
| Octal | 50 | 376 | 56 | 124 | 0 | 122 | 0 | 172 | 143 | 72 |
| Binary | 101000 | 11111110 | 101110 | 1010100 | 0 | 1010010 | 0 | 1111010 | 1100011 | 111010 |
Color Harmonies of #28FE2E
Complementary color
Monochromatic Colors of #28FE2E
Black with #28FE2E
Text Example
Text Example
White with #28FE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE2E; }
p { color: rgb(40,254,46); }
H1.HeaderClassName
{
color: #28FE2E;
}
.AnyTagClassName
{
color: #28FE2E;
}
</style>
background-color css
<style>
a { background-color: #28FE2E; }
a { background-color: rgb(40,254,46); }
div.DivClassName
{
background-color: #28FE2E;
}
.BgClassName
{
background-color: #28FE2E;
}
</style>
border-color css
<style>
span { border-color: #28FE2E; }
span { border-color: rgb(40,254,46); }
td.TdClassName
{
border-color: #28FE2E;
}
.TagClassName
{
border-color: #28FE2E;
}
</style>