Shades of Free Speech Green #2DFA28
Tints of Free Speech Green #2DFA28
RGB
CMYK
RGB Variations
Color information
#2DFA28 (or 0x2DFA28) is known color: Free Speech Green. HEX triplet: 2D, FA and 28. RGB value is (45,250,40). Sum of RGB (Red+Green+Blue) = 45+250+40=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA28 is #D205D7. Grayscale: #A5A5A5. Windows color (decimal): -13764056 or 2685485. OLE color: 2685485.
HSL color Cylindrical-coordinate representation of color #2DFA28: hue angle of 118.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DFA28 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 40 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.02 |
| HSL | 118.57º | 0.95% | 0.57% | - |
| HSV(B) | 118.57º | 0.84% | 0.98% | - |
| XYZ | 35.65 | 69.08 | 13.46 | - |
| YUV | 164.77 | 57.58 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 40 | 0.82 | 0 | 0.84 | 0.02 | 118.57 | 0.95 | 0.57 |
| Hex | 2D | FA | 28 | 52 | 0 | 54 | 2 | 77 | 5F | 39 |
| Octal | 55 | 372 | 50 | 122 | 0 | 124 | 2 | 167 | 137 | 71 |
| Binary | 101101 | 11111010 | 101000 | 1010010 | 0 | 1010100 | 10 | 1110111 | 1011111 | 111001 |
Color Harmonies of #2DFA28
Complementary color
Monochromatic Colors of #2DFA28
Black with #2DFA28
Text Example
Text Example
White with #2DFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA28; }
p { color: rgb(45,250,40); }
H1.HeaderClassName
{
color: #2DFA28;
}
.AnyTagClassName
{
color: #2DFA28;
}
</style>
background-color css
<style>
a { background-color: #2DFA28; }
a { background-color: rgb(45,250,40); }
div.DivClassName
{
background-color: #2DFA28;
}
.BgClassName
{
background-color: #2DFA28;
}
</style>
border-color css
<style>
span { border-color: #2DFA28; }
span { border-color: rgb(45,250,40); }
td.TdClassName
{
border-color: #2DFA28;
}
.TagClassName
{
border-color: #2DFA28;
}
</style>