Shades of Free Speech Green #05FF2D
Tints of Free Speech Green #05FF2D
RGB
CMYK
RGB Variations
Color information
#05FF2D (or 0x05FF2D) is known color: Free Speech Green. HEX triplet: 05, FF and 2D. RGB value is (5,255,45). Sum of RGB (Red+Green+Blue) = 5+255+45=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FF2D is #FA00D2. Grayscale: #9C9C9C. Windows color (decimal): -16384211 or 3014405. OLE color: 3014405.
HSL color Cylindrical-coordinate representation of color #05FF2D: hue angle of 129.6º 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 #05FF2D is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 45 | - |
| CMYK | 0.98 | 0 | 0.82 | 0 |
| HSL | 129.6º | 1% | 0.51% | - |
| HSV(B) | 129.6º | 0.98% | 1% | - |
| XYZ | 36.3 | 71.74 | 14.42 | - |
| YUV | 156.31 | 65.18 | 20.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 45 | 0.98 | 0 | 0.82 | 0 | 129.6 | 1 | 0.51 |
| Hex | 5 | FF | 2D | 62 | 0 | 52 | 0 | 82 | 64 | 33 |
| Octal | 5 | 377 | 55 | 142 | 0 | 122 | 0 | 202 | 144 | 63 |
| Binary | 101 | 11111111 | 101101 | 1100010 | 0 | 1010010 | 0 | 10000010 | 1100100 | 110011 |
Color Harmonies of #05FF2D
Complementary color
Monochromatic Colors of #05FF2D
Black with #05FF2D
Text Example
Text Example
White with #05FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FF2D; }
p { color: rgb(5,255,45); }
H1.HeaderClassName
{
color: #05FF2D;
}
.AnyTagClassName
{
color: #05FF2D;
}
</style>
background-color css
<style>
a { background-color: #05FF2D; }
a { background-color: rgb(5,255,45); }
div.DivClassName
{
background-color: #05FF2D;
}
.BgClassName
{
background-color: #05FF2D;
}
</style>
border-color css
<style>
span { border-color: #05FF2D; }
span { border-color: rgb(5,255,45); }
td.TdClassName
{
border-color: #05FF2D;
}
.TagClassName
{
border-color: #05FF2D;
}
</style>