Shades of Free Speech Green #05FF2E
Tints of Free Speech Green #05FF2E
RGB
CMYK
RGB Variations
Color information
#05FF2E (or 0x05FF2E) is known color: Free Speech Green. HEX triplet: 05, FF and 2E. RGB value is (5,255,46). Sum of RGB (Red+Green+Blue) = 5+255+46=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF2E is #FA00D1. Grayscale: #9D9D9D. Windows color (decimal): -16384210 or 3079941. OLE color: 3079941.
HSL color Cylindrical-coordinate representation of color #05FF2E: hue angle of 129.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FF2E is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 46 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 129.84º | 1% | 0.51% | - |
| HSV(B) | 129.84º | 0.98% | 1% | - |
| XYZ | 36.32 | 71.75 | 14.52 | - |
| YUV | 156.42 | 65.68 | 19.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 46 | 0.98 | 0 | 0.82 | 0 | 129.84 | 1 | 0.51 |
| Hex | 5 | FF | 2E | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 5 | 377 | 56 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 101 | 11111111 | 101110 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #05FF2E
Complementary color
Monochromatic Colors of #05FF2E
Black with #05FF2E
Text Example
Text Example
White with #05FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF2E; }
p { color: rgb(5,255,46); }
H1.HeaderClassName
{
color: #05FF2E;
}
.AnyTagClassName
{
color: #05FF2E;
}
</style>
background-color css
<style>
a { background-color: #05FF2E; }
a { background-color: rgb(5,255,46); }
div.DivClassName
{
background-color: #05FF2E;
}
.BgClassName
{
background-color: #05FF2E;
}
</style>
border-color css
<style>
span { border-color: #05FF2E; }
span { border-color: rgb(5,255,46); }
td.TdClassName
{
border-color: #05FF2E;
}
.TagClassName
{
border-color: #05FF2E;
}
</style>