Shades of Free Speech Green #2DFE2D
Tints of Free Speech Green #2DFE2D
RGB
CMYK
RGB Variations
Color information
#2DFE2D (or 0x2DFE2D) is known color: Free Speech Green. HEX triplet: 2D, FE and 2D. RGB value is (45,254,45). Sum of RGB (Red+Green+Blue) = 45+254+45=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 254 (99.61% from 255 or 73.84% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE2D is #D201D2. Grayscale: #A8A8A8. Windows color (decimal): -13763027 or 3014189. OLE color: 3014189.
HSL color Cylindrical-coordinate representation of color #2DFE2D: hue angle of 120º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE2D is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 45 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.00 |
| HSL | 120º | 0.99% | 0.59% | - |
| HSV(B) | 120º | 0.82% | 1% | - |
| XYZ | 37 | 71.63 | 14.36 | - |
| YUV | 167.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 45 | 0.82 | 0 | 0.82 | 0.00 | 120 | 0.99 | 0.59 |
| Hex | 2D | FE | 2D | 52 | 0 | 52 | 0 | 78 | 63 | 3B |
| Octal | 55 | 376 | 55 | 122 | 0 | 122 | 0 | 170 | 143 | 73 |
| Binary | 101101 | 11111110 | 101101 | 1010010 | 0 | 1010010 | 0 | 1111000 | 1100011 | 111011 |
Color Harmonies of #2DFE2D
Complementary color
Monochromatic Colors of #2DFE2D
Black with #2DFE2D
Text Example
Text Example
White with #2DFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE2D; }
p { color: rgb(45,254,45); }
H1.HeaderClassName
{
color: #2DFE2D;
}
.AnyTagClassName
{
color: #2DFE2D;
}
</style>
background-color css
<style>
a { background-color: #2DFE2D; }
a { background-color: rgb(45,254,45); }
div.DivClassName
{
background-color: #2DFE2D;
}
.BgClassName
{
background-color: #2DFE2D;
}
</style>
border-color css
<style>
span { border-color: #2DFE2D; }
span { border-color: rgb(45,254,45); }
td.TdClassName
{
border-color: #2DFE2D;
}
.TagClassName
{
border-color: #2DFE2D;
}
</style>