Shades of Free Speech Green #2DFF2F
Tints of Free Speech Green #2DFF2F
RGB
CMYK
RGB Variations
Color information
#2DFF2F (or 0x2DFF2F) is known color: Free Speech Green. HEX triplet: 2D, FF and 2F. RGB value is (45,255,47). Sum of RGB (Red+Green+Blue) = 45+255+47=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 255 (100% from 255 or 73.49% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF2F is #D200D0. Grayscale: #A9A9A9. Windows color (decimal): -13762769 or 3145517. OLE color: 3145517.
HSL color Cylindrical-coordinate representation of color #2DFF2F: hue angle of 120.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF2F is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 47 | - |
| CMYK | 0.82 | 0 | 0.82 | 0 |
| HSL | 120.57º | 1% | 0.59% | - |
| HSV(B) | 120.57º | 0.82% | 1% | - |
| XYZ | 37.36 | 72.28 | 14.67 | - |
| YUV | 168.5 | 59.43 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 47 | 0.82 | 0 | 0.82 | 0 | 120.57 | 1 | 0.59 |
| Hex | 2D | FF | 2F | 52 | 0 | 52 | 0 | 79 | 64 | 3B |
| Octal | 55 | 377 | 57 | 122 | 0 | 122 | 0 | 171 | 144 | 73 |
| Binary | 101101 | 11111111 | 101111 | 1010010 | 0 | 1010010 | 0 | 1111001 | 1100100 | 111011 |
Color Harmonies of #2DFF2F
Complementary color
Monochromatic Colors of #2DFF2F
Black with #2DFF2F
Text Example
Text Example
White with #2DFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF2F; }
p { color: rgb(45,255,47); }
H1.HeaderClassName
{
color: #2DFF2F;
}
.AnyTagClassName
{
color: #2DFF2F;
}
</style>
background-color css
<style>
a { background-color: #2DFF2F; }
a { background-color: rgb(45,255,47); }
div.DivClassName
{
background-color: #2DFF2F;
}
.BgClassName
{
background-color: #2DFF2F;
}
</style>
border-color css
<style>
span { border-color: #2DFF2F; }
span { border-color: rgb(45,255,47); }
td.TdClassName
{
border-color: #2DFF2F;
}
.TagClassName
{
border-color: #2DFF2F;
}
</style>