Shades of Free Speech Green #05FF2B
Tints of Free Speech Green #05FF2B
RGB
CMYK
RGB Variations
Color information
#05FF2B (or 0x05FF2B) is known color: Free Speech Green. HEX triplet: 05, FF and 2B. RGB value is (5,255,43). Sum of RGB (Red+Green+Blue) = 5+255+43=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 255 (100% from 255 or 84.16% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF2B is #FA00D4. Grayscale: #9C9C9C. Windows color (decimal): -16384213 or 2883333. OLE color: 2883333.
HSL color Cylindrical-coordinate representation of color #05FF2B: hue angle of 129.12º 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 #05FF2B is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 43 | - |
| CMYK | 0.98 | 0 | 0.83 | 0 |
| HSL | 129.12º | 1% | 0.51% | - |
| HSV(B) | 129.12º | 0.98% | 1% | - |
| XYZ | 36.26 | 71.73 | 14.22 | - |
| YUV | 156.08 | 64.18 | 20.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 43 | 0.98 | 0 | 0.83 | 0 | 129.12 | 1 | 0.51 |
| Hex | 5 | FF | 2B | 62 | 0 | 53 | 0 | 81 | 64 | 33 |
| Octal | 5 | 377 | 53 | 142 | 0 | 123 | 0 | 201 | 144 | 63 |
| Binary | 101 | 11111111 | 101011 | 1100010 | 0 | 1010011 | 0 | 10000001 | 1100100 | 110011 |
Color Harmonies of #05FF2B
Complementary color
Monochromatic Colors of #05FF2B
Black with #05FF2B
Text Example
Text Example
White with #05FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF2B; }
p { color: rgb(5,255,43); }
H1.HeaderClassName
{
color: #05FF2B;
}
.AnyTagClassName
{
color: #05FF2B;
}
</style>
background-color css
<style>
a { background-color: #05FF2B; }
a { background-color: rgb(5,255,43); }
div.DivClassName
{
background-color: #05FF2B;
}
.BgClassName
{
background-color: #05FF2B;
}
</style>
border-color css
<style>
span { border-color: #05FF2B; }
span { border-color: rgb(5,255,43); }
td.TdClassName
{
border-color: #05FF2B;
}
.TagClassName
{
border-color: #05FF2B;
}
</style>