Shades of Free Speech Green #07FD2D
Tints of Free Speech Green #07FD2D
RGB
CMYK
RGB Variations
Color information
#07FD2D (or 0x07FD2D) is known color: Free Speech Green. HEX triplet: 07, FD and 2D. RGB value is (7,253,45). Sum of RGB (Red+Green+Blue) = 7+253+45=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 253 (99.22% from 255 or 82.95% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 253 - color contains mainly: green. Hex color #07FD2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FD2D is #F802D2. Grayscale: #9C9C9C. Windows color (decimal): -16253651 or 3013895. OLE color: 3013895.
HSL color Cylindrical-coordinate representation of color #07FD2D: hue angle of 129.27º 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 #07FD2D is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 253 | 45 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.01 |
| HSL | 129.27º | 0.98% | 0.51% | - |
| HSV(B) | 129.27º | 0.97% | 0.99% | - |
| XYZ | 35.69 | 70.49 | 14.21 | - |
| YUV | 155.73 | 65.5 | 21.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 253 | 45 | 0.97 | 0 | 0.82 | 0.01 | 129.27 | 0.98 | 0.51 |
| Hex | 7 | FD | 2D | 61 | 0 | 52 | 1 | 81 | 62 | 33 |
| Octal | 7 | 375 | 55 | 141 | 0 | 122 | 1 | 201 | 142 | 63 |
| Binary | 111 | 11111101 | 101101 | 1100001 | 0 | 1010010 | 1 | 10000001 | 1100010 | 110011 |
Color Harmonies of #07FD2D
Complementary color
Monochromatic Colors of #07FD2D
Black with #07FD2D
Text Example
Text Example
White with #07FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FD2D; }
p { color: rgb(7,253,45); }
H1.HeaderClassName
{
color: #07FD2D;
}
.AnyTagClassName
{
color: #07FD2D;
}
</style>
background-color css
<style>
a { background-color: #07FD2D; }
a { background-color: rgb(7,253,45); }
div.DivClassName
{
background-color: #07FD2D;
}
.BgClassName
{
background-color: #07FD2D;
}
</style>
border-color css
<style>
span { border-color: #07FD2D; }
span { border-color: rgb(7,253,45); }
td.TdClassName
{
border-color: #07FD2D;
}
.TagClassName
{
border-color: #07FD2D;
}
</style>