Shades of Free Speech Green #2DF826
Tints of Free Speech Green #2DF826
RGB
CMYK
RGB Variations
Color information
#2DF826 (or 0x2DF826) is known color: Free Speech Green. HEX triplet: 2D, F8 and 26. RGB value is (45,248,38). Sum of RGB (Red+Green+Blue) = 45+248+38=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 248 (97.27% from 255 or 74.92% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF826 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF826 is #D207D9. Grayscale: #A4A4A4. Windows color (decimal): -13764570 or 2553901. OLE color: 2553901.
HSL color Cylindrical-coordinate representation of color #2DF826: hue angle of 118º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DF826 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 38 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.03 |
| HSL | 118º | 0.94% | 0.56% | - |
| HSV(B) | 118º | 0.85% | 0.97% | - |
| XYZ | 35 | 67.83 | 13.08 | - |
| YUV | 163.36 | 57.25 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 38 | 0.82 | 0 | 0.85 | 0.03 | 118 | 0.94 | 0.56 |
| Hex | 2D | F8 | 26 | 52 | 0 | 55 | 3 | 76 | 5E | 38 |
| Octal | 55 | 370 | 46 | 122 | 0 | 125 | 3 | 166 | 136 | 70 |
| Binary | 101101 | 11111000 | 100110 | 1010010 | 0 | 1010101 | 11 | 1110110 | 1011110 | 111000 |
Color Harmonies of #2DF826
Complementary color
Monochromatic Colors of #2DF826
Black with #2DF826
Text Example
Text Example
White with #2DF826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF826; }
p { color: rgb(45,248,38); }
H1.HeaderClassName
{
color: #2DF826;
}
.AnyTagClassName
{
color: #2DF826;
}
</style>
background-color css
<style>
a { background-color: #2DF826; }
a { background-color: rgb(45,248,38); }
div.DivClassName
{
background-color: #2DF826;
}
.BgClassName
{
background-color: #2DF826;
}
</style>
border-color css
<style>
span { border-color: #2DF826; }
span { border-color: rgb(45,248,38); }
td.TdClassName
{
border-color: #2DF826;
}
.TagClassName
{
border-color: #2DF826;
}
</style>