Shades of Free Speech Green #2DFD2B
Tints of Free Speech Green #2DFD2B
RGB
CMYK
RGB Variations
Color information
#2DFD2B (or 0x2DFD2B) is known color: Free Speech Green. HEX triplet: 2D, FD and 2B. RGB value is (45,253,43). Sum of RGB (Red+Green+Blue) = 45+253+43=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 253 (99.22% from 255 or 74.19% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFD2B is #D202D4. Grayscale: #A7A7A7. Windows color (decimal): -13763285 or 2882861. OLE color: 2882861.
HSL color Cylindrical-coordinate representation of color #2DFD2B: hue angle of 119.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DFD2B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 43 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.01 |
| HSL | 119.43º | 0.98% | 0.58% | - |
| HSV(B) | 119.43º | 0.83% | 0.99% | - |
| XYZ | 36.64 | 70.98 | 14.06 | - |
| YUV | 166.87 | 58.09 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 43 | 0.82 | 0 | 0.83 | 0.01 | 119.43 | 0.98 | 0.58 |
| Hex | 2D | FD | 2B | 52 | 0 | 53 | 1 | 77 | 62 | 3A |
| Octal | 55 | 375 | 53 | 122 | 0 | 123 | 1 | 167 | 142 | 72 |
| Binary | 101101 | 11111101 | 101011 | 1010010 | 0 | 1010011 | 1 | 1110111 | 1100010 | 111010 |
Color Harmonies of #2DFD2B
Complementary color
Monochromatic Colors of #2DFD2B
Black with #2DFD2B
Text Example
Text Example
White with #2DFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD2B; }
p { color: rgb(45,253,43); }
H1.HeaderClassName
{
color: #2DFD2B;
}
.AnyTagClassName
{
color: #2DFD2B;
}
</style>
background-color css
<style>
a { background-color: #2DFD2B; }
a { background-color: rgb(45,253,43); }
div.DivClassName
{
background-color: #2DFD2B;
}
.BgClassName
{
background-color: #2DFD2B;
}
</style>
border-color css
<style>
span { border-color: #2DFD2B; }
span { border-color: rgb(45,253,43); }
td.TdClassName
{
border-color: #2DFD2B;
}
.TagClassName
{
border-color: #2DFD2B;
}
</style>