Shades of Free Speech Green #05FF2F
Tints of Free Speech Green #05FF2F
RGB
CMYK
RGB Variations
Color information
#05FF2F (or 0x05FF2F) is known color: Free Speech Green. HEX triplet: 05, FF and 2F. RGB value is (5,255,47). Sum of RGB (Red+Green+Blue) = 5+255+47=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF2F is #FA00D0. Grayscale: #9D9D9D. Windows color (decimal): -16384209 or 3145477. OLE color: 3145477.
HSL color Cylindrical-coordinate representation of color #05FF2F: hue angle of 130.08º 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 #05FF2F is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 47 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 130.08º | 1% | 0.51% | - |
| HSV(B) | 130.08º | 0.98% | 1% | - |
| XYZ | 36.34 | 71.76 | 14.62 | - |
| YUV | 156.54 | 66.18 | 19.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 47 | 0.98 | 0 | 0.82 | 0 | 130.08 | 1 | 0.51 |
| Hex | 5 | FF | 2F | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 5 | 377 | 57 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 101 | 11111111 | 101111 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #05FF2F
Complementary color
Monochromatic Colors of #05FF2F
Black with #05FF2F
Text Example
Text Example
White with #05FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF2F; }
p { color: rgb(5,255,47); }
H1.HeaderClassName
{
color: #05FF2F;
}
.AnyTagClassName
{
color: #05FF2F;
}
</style>
background-color css
<style>
a { background-color: #05FF2F; }
a { background-color: rgb(5,255,47); }
div.DivClassName
{
background-color: #05FF2F;
}
.BgClassName
{
background-color: #05FF2F;
}
</style>
border-color css
<style>
span { border-color: #05FF2F; }
span { border-color: rgb(5,255,47); }
td.TdClassName
{
border-color: #05FF2F;
}
.TagClassName
{
border-color: #05FF2F;
}
</style>