Shades of Free Speech Green #2DFF26
Tints of Free Speech Green #2DFF26
RGB
CMYK
RGB Variations
Color information
#2DFF26 (or 0x2DFF26) is known color: Free Speech Green. HEX triplet: 2D, FF and 26. RGB value is (45,255,38). Sum of RGB (Red+Green+Blue) = 45+255+38=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFF26 is #D200D9. Grayscale: #A8A8A8. Windows color (decimal): -13762778 or 2555693. OLE color: 2555693.
HSL color Cylindrical-coordinate representation of color #2DFF26: hue angle of 118.06º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DFF26 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 38 | - |
| CMYK | 0.82 | 0 | 0.85 | 0 |
| HSL | 118.06º | 1% | 0.57% | - |
| HSV(B) | 118.06º | 0.85% | 1% | - |
| XYZ | 37.19 | 72.22 | 13.81 | - |
| YUV | 167.47 | 54.93 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 38 | 0.82 | 0 | 0.85 | 0 | 118.06 | 1 | 0.57 |
| Hex | 2D | FF | 26 | 52 | 0 | 55 | 0 | 76 | 64 | 39 |
| Octal | 55 | 377 | 46 | 122 | 0 | 125 | 0 | 166 | 144 | 71 |
| Binary | 101101 | 11111111 | 100110 | 1010010 | 0 | 1010101 | 0 | 1110110 | 1100100 | 111001 |
Color Harmonies of #2DFF26
Complementary color
Monochromatic Colors of #2DFF26
Black with #2DFF26
Text Example
Text Example
White with #2DFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF26; }
p { color: rgb(45,255,38); }
H1.HeaderClassName
{
color: #2DFF26;
}
.AnyTagClassName
{
color: #2DFF26;
}
</style>
background-color css
<style>
a { background-color: #2DFF26; }
a { background-color: rgb(45,255,38); }
div.DivClassName
{
background-color: #2DFF26;
}
.BgClassName
{
background-color: #2DFF26;
}
</style>
border-color css
<style>
span { border-color: #2DFF26; }
span { border-color: rgb(45,255,38); }
td.TdClassName
{
border-color: #2DFF26;
}
.TagClassName
{
border-color: #2DFF26;
}
</style>