Shades of Free Speech Green #2DFF28
Tints of Free Speech Green #2DFF28
RGB
CMYK
RGB Variations
Color information
#2DFF28 (or 0x2DFF28) is known color: Free Speech Green. HEX triplet: 2D, FF and 28. RGB value is (45,255,40). Sum of RGB (Red+Green+Blue) = 45+255+40=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF28 is #D200D7. Grayscale: #A8A8A8. Windows color (decimal): -13762776 or 2686765. OLE color: 2686765.
HSL color Cylindrical-coordinate representation of color #2DFF28: hue angle of 118.6º 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 #2DFF28 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 40 | - |
| CMYK | 0.82 | 0 | 0.84 | 0 |
| HSL | 118.6º | 1% | 0.58% | - |
| HSV(B) | 118.6º | 0.84% | 1% | - |
| XYZ | 37.23 | 72.23 | 13.99 | - |
| YUV | 167.7 | 55.93 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 40 | 0.82 | 0 | 0.84 | 0 | 118.6 | 1 | 0.58 |
| Hex | 2D | FF | 28 | 52 | 0 | 54 | 0 | 77 | 64 | 3A |
| Octal | 55 | 377 | 50 | 122 | 0 | 124 | 0 | 167 | 144 | 72 |
| Binary | 101101 | 11111111 | 101000 | 1010010 | 0 | 1010100 | 0 | 1110111 | 1100100 | 111010 |
Color Harmonies of #2DFF28
Complementary color
Monochromatic Colors of #2DFF28
Black with #2DFF28
Text Example
Text Example
White with #2DFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF28; }
p { color: rgb(45,255,40); }
H1.HeaderClassName
{
color: #2DFF28;
}
.AnyTagClassName
{
color: #2DFF28;
}
</style>
background-color css
<style>
a { background-color: #2DFF28; }
a { background-color: rgb(45,255,40); }
div.DivClassName
{
background-color: #2DFF28;
}
.BgClassName
{
background-color: #2DFF28;
}
</style>
border-color css
<style>
span { border-color: #2DFF28; }
span { border-color: rgb(45,255,40); }
td.TdClassName
{
border-color: #2DFF28;
}
.TagClassName
{
border-color: #2DFF28;
}
</style>