Shades of Free Speech Green #07FB2D
Tints of Free Speech Green #07FB2D
RGB
CMYK
RGB Variations
Color information
#07FB2D (or 0x07FB2D) is known color: Free Speech Green. HEX triplet: 07, FB and 2D. RGB value is (7,251,45). Sum of RGB (Red+Green+Blue) = 7+251+45=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 251 (98.44% from 255 or 82.84% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 251 - color contains mainly: green. Hex color #07FB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FB2D is #F804D2. Grayscale: #9B9B9B. Windows color (decimal): -16254163 or 3013383. OLE color: 3013383.
HSL color Cylindrical-coordinate representation of color #07FB2D: hue angle of 129.34º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FB2D is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 251 | 45 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.02 |
| HSL | 129.34º | 0.97% | 0.51% | - |
| HSV(B) | 129.34º | 0.97% | 0.98% | - |
| XYZ | 35.06 | 69.23 | 14 | - |
| YUV | 154.56 | 66.16 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 251 | 45 | 0.97 | 0 | 0.82 | 0.02 | 129.34 | 0.97 | 0.51 |
| Hex | 7 | FB | 2D | 61 | 0 | 52 | 2 | 81 | 61 | 33 |
| Octal | 7 | 373 | 55 | 141 | 0 | 122 | 2 | 201 | 141 | 63 |
| Binary | 111 | 11111011 | 101101 | 1100001 | 0 | 1010010 | 10 | 10000001 | 1100001 | 110011 |
Color Harmonies of #07FB2D
Complementary color
Monochromatic Colors of #07FB2D
Black with #07FB2D
Text Example
Text Example
White with #07FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FB2D; }
p { color: rgb(7,251,45); }
H1.HeaderClassName
{
color: #07FB2D;
}
.AnyTagClassName
{
color: #07FB2D;
}
</style>
background-color css
<style>
a { background-color: #07FB2D; }
a { background-color: rgb(7,251,45); }
div.DivClassName
{
background-color: #07FB2D;
}
.BgClassName
{
background-color: #07FB2D;
}
</style>
border-color css
<style>
span { border-color: #07FB2D; }
span { border-color: rgb(7,251,45); }
td.TdClassName
{
border-color: #07FB2D;
}
.TagClassName
{
border-color: #07FB2D;
}
</style>