Shades of Free Speech Green #26FF3C
Tints of Free Speech Green #26FF3C
RGB
CMYK
RGB Variations
Color information
#26FF3C (or 0x26FF3C) is known color: Free Speech Green. HEX triplet: 26, FF and 3C. RGB value is (38,255,60). Sum of RGB (Red+Green+Blue) = 38+255+60=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #26FF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26FF3C is #D900C3. Grayscale: #A8A8A8. Windows color (decimal): -14221508 or 3997478. OLE color: 3997478.
HSL color Cylindrical-coordinate representation of color #26FF3C: hue angle of 126.08º 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 #26FF3C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 255 | 60 | - |
| CMYK | 0.85 | 0 | 0.76 | 0 |
| HSL | 126.08º | 1% | 0.57% | - |
| HSV(B) | 126.08º | 0.85% | 1% | - |
| XYZ | 37.37 | 72.26 | 16.25 | - |
| YUV | 167.89 | 67.11 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 255 | 60 | 0.85 | 0 | 0.76 | 0 | 126.08 | 1 | 0.57 |
| Hex | 26 | FF | 3C | 55 | 0 | 4C | 0 | 7E | 64 | 39 |
| Octal | 46 | 377 | 74 | 125 | 0 | 114 | 0 | 176 | 144 | 71 |
| Binary | 100110 | 11111111 | 111100 | 1010101 | 0 | 1001100 | 0 | 1111110 | 1100100 | 111001 |
Color Harmonies of #26FF3C
Complementary color
Monochromatic Colors of #26FF3C
Black with #26FF3C
Text Example
Text Example
White with #26FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26FF3C; }
p { color: rgb(38,255,60); }
H1.HeaderClassName
{
color: #26FF3C;
}
.AnyTagClassName
{
color: #26FF3C;
}
</style>
background-color css
<style>
a { background-color: #26FF3C; }
a { background-color: rgb(38,255,60); }
div.DivClassName
{
background-color: #26FF3C;
}
.BgClassName
{
background-color: #26FF3C;
}
</style>
border-color css
<style>
span { border-color: #26FF3C; }
span { border-color: rgb(38,255,60); }
td.TdClassName
{
border-color: #26FF3C;
}
.TagClassName
{
border-color: #26FF3C;
}
</style>