Shades of Free Speech Green #08FD2D
Tints of Free Speech Green #08FD2D
RGB
CMYK
RGB Variations
Color information
#08FD2D (or 0x08FD2D) is known color: Free Speech Green. HEX triplet: 08, FD and 2D. RGB value is (8,253,45). Sum of RGB (Red+Green+Blue) = 8+253+45=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #08FD2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FD2D is #F702D2. Grayscale: #9C9C9C. Windows color (decimal): -16188115 or 3013896. OLE color: 3013896.
HSL color Cylindrical-coordinate representation of color #08FD2D: hue angle of 129.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FD2D is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 253 | 45 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.01 |
| HSL | 129.06º | 0.98% | 0.51% | - |
| HSV(B) | 129.06º | 0.97% | 0.99% | - |
| XYZ | 35.7 | 70.49 | 14.21 | - |
| YUV | 156.03 | 65.33 | 22.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 253 | 45 | 0.97 | 0 | 0.82 | 0.01 | 129.06 | 0.98 | 0.51 |
| Hex | 8 | FD | 2D | 61 | 0 | 52 | 1 | 81 | 62 | 33 |
| Octal | 10 | 375 | 55 | 141 | 0 | 122 | 1 | 201 | 142 | 63 |
| Binary | 1000 | 11111101 | 101101 | 1100001 | 0 | 1010010 | 1 | 10000001 | 1100010 | 110011 |
Color Harmonies of #08FD2D
Complementary color
Monochromatic Colors of #08FD2D
Black with #08FD2D
Text Example
Text Example
White with #08FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FD2D; }
p { color: rgb(8,253,45); }
H1.HeaderClassName
{
color: #08FD2D;
}
.AnyTagClassName
{
color: #08FD2D;
}
</style>
background-color css
<style>
a { background-color: #08FD2D; }
a { background-color: rgb(8,253,45); }
div.DivClassName
{
background-color: #08FD2D;
}
.BgClassName
{
background-color: #08FD2D;
}
</style>
border-color css
<style>
span { border-color: #08FD2D; }
span { border-color: rgb(8,253,45); }
td.TdClassName
{
border-color: #08FD2D;
}
.TagClassName
{
border-color: #08FD2D;
}
</style>