Shades of Free Speech Green #2DFC25
Tints of Free Speech Green #2DFC25
RGB
CMYK
RGB Variations
Color information
#2DFC25 (or 0x2DFC25) is known color: Free Speech Green. HEX triplet: 2D, FC and 25. RGB value is (45,252,37). Sum of RGB (Red+Green+Blue) = 45+252+37=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC25 is #D203DA. Grayscale: #A6A6A6. Windows color (decimal): -13763547 or 2489389. OLE color: 2489389.
HSL color Cylindrical-coordinate representation of color #2DFC25: hue angle of 117.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DFC25 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 37 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.01 |
| HSL | 117.77º | 0.97% | 0.57% | - |
| HSV(B) | 117.77º | 0.85% | 0.99% | - |
| XYZ | 36.23 | 70.31 | 13.41 | - |
| YUV | 165.6 | 55.42 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 37 | 0.82 | 0 | 0.85 | 0.01 | 117.77 | 0.97 | 0.57 |
| Hex | 2D | FC | 25 | 52 | 0 | 55 | 1 | 76 | 61 | 39 |
| Octal | 55 | 374 | 45 | 122 | 0 | 125 | 1 | 166 | 141 | 71 |
| Binary | 101101 | 11111100 | 100101 | 1010010 | 0 | 1010101 | 1 | 1110110 | 1100001 | 111001 |
Color Harmonies of #2DFC25
Complementary color
Monochromatic Colors of #2DFC25
Black with #2DFC25
Text Example
Text Example
White with #2DFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC25; }
p { color: rgb(45,252,37); }
H1.HeaderClassName
{
color: #2DFC25;
}
.AnyTagClassName
{
color: #2DFC25;
}
</style>
background-color css
<style>
a { background-color: #2DFC25; }
a { background-color: rgb(45,252,37); }
div.DivClassName
{
background-color: #2DFC25;
}
.BgClassName
{
background-color: #2DFC25;
}
</style>
border-color css
<style>
span { border-color: #2DFC25; }
span { border-color: rgb(45,252,37); }
td.TdClassName
{
border-color: #2DFC25;
}
.TagClassName
{
border-color: #2DFC25;
}
</style>