Shades of Free Speech Green #08FF2C
Tints of Free Speech Green #08FF2C
RGB
CMYK
RGB Variations
Color information
#08FF2C (or 0x08FF2C) is known color: Free Speech Green. HEX triplet: 08, FF and 2C. RGB value is (8,255,44). Sum of RGB (Red+Green+Blue) = 8+255+44=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FF2C is #F700D3. Grayscale: #9D9D9D. Windows color (decimal): -16187604 or 2948872. OLE color: 2948872.
HSL color Cylindrical-coordinate representation of color #08FF2C: hue angle of 128.74º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FF2C is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 44 | - |
| CMYK | 0.97 | 0 | 0.83 | 0 |
| HSL | 128.74º | 1% | 0.52% | - |
| HSV(B) | 128.74º | 0.97% | 1% | - |
| XYZ | 36.31 | 71.75 | 14.32 | - |
| YUV | 157.09 | 64.17 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 44 | 0.97 | 0 | 0.83 | 0 | 128.74 | 1 | 0.52 |
| Hex | 8 | FF | 2C | 61 | 0 | 53 | 0 | 81 | 64 | 34 |
| Octal | 10 | 377 | 54 | 141 | 0 | 123 | 0 | 201 | 144 | 64 |
| Binary | 1000 | 11111111 | 101100 | 1100001 | 0 | 1010011 | 0 | 10000001 | 1100100 | 110100 |
Color Harmonies of #08FF2C
Complementary color
Monochromatic Colors of #08FF2C
Black with #08FF2C
Text Example
Text Example
White with #08FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF2C; }
p { color: rgb(8,255,44); }
H1.HeaderClassName
{
color: #08FF2C;
}
.AnyTagClassName
{
color: #08FF2C;
}
</style>
background-color css
<style>
a { background-color: #08FF2C; }
a { background-color: rgb(8,255,44); }
div.DivClassName
{
background-color: #08FF2C;
}
.BgClassName
{
background-color: #08FF2C;
}
</style>
border-color css
<style>
span { border-color: #08FF2C; }
span { border-color: rgb(8,255,44); }
td.TdClassName
{
border-color: #08FF2C;
}
.TagClassName
{
border-color: #08FF2C;
}
</style>