Shades of Free Speech Green #26EE1D
Tints of Free Speech Green #26EE1D
RGB
CMYK
RGB Variations
Color information
#26EE1D (or 0x26EE1D) is known color: Free Speech Green. HEX triplet: 26, EE and 1D. RGB value is (38,238,29). Sum of RGB (Red+Green+Blue) = 38+238+29=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 238 (93.36% from 255 or 78.03% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 238 - color contains mainly: green. Hex color #26EE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EE1D is #D911E2. Grayscale: #9B9B9B. Windows color (decimal): -14225891 or 1961510. OLE color: 1961510.
HSL color Cylindrical-coordinate representation of color #26EE1D: hue angle of 117.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26EE1D is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 29 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.07 |
| HSL | 117.42º | 0.86% | 0.52% | - |
| HSV(B) | 117.42º | 0.88% | 0.93% | - |
| XYZ | 31.6 | 61.65 | 11.4 | - |
| YUV | 154.37 | 57.24 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 29 | 0.84 | 0 | 0.88 | 0.07 | 117.42 | 0.86 | 0.52 |
| Hex | 26 | EE | 1D | 54 | 0 | 58 | 7 | 75 | 56 | 34 |
| Octal | 46 | 356 | 35 | 124 | 0 | 130 | 7 | 165 | 126 | 64 |
| Binary | 100110 | 11101110 | 11101 | 1010100 | 0 | 1011000 | 111 | 1110101 | 1010110 | 110100 |
Color Harmonies of #26EE1D
Complementary color
Monochromatic Colors of #26EE1D
Black with #26EE1D
Text Example
Text Example
White with #26EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EE1D; }
p { color: rgb(38,238,29); }
H1.HeaderClassName
{
color: #26EE1D;
}
.AnyTagClassName
{
color: #26EE1D;
}
</style>
background-color css
<style>
a { background-color: #26EE1D; }
a { background-color: rgb(38,238,29); }
div.DivClassName
{
background-color: #26EE1D;
}
.BgClassName
{
background-color: #26EE1D;
}
</style>
border-color css
<style>
span { border-color: #26EE1D; }
span { border-color: rgb(38,238,29); }
td.TdClassName
{
border-color: #26EE1D;
}
.TagClassName
{
border-color: #26EE1D;
}
</style>