Shades of Free Speech Green #07FF25
Tints of Free Speech Green #07FF25
RGB
CMYK
RGB Variations
Color information
#07FF25 (or 0x07FF25) is known color: Free Speech Green. HEX triplet: 07, FF and 25. RGB value is (7,255,37). Sum of RGB (Red+Green+Blue) = 7+255+37=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FF25 is #F800DA. Grayscale: #9C9C9C. Windows color (decimal): -16253147 or 2490119. OLE color: 2490119.
HSL color Cylindrical-coordinate representation of color #07FF25: hue angle of 127.26º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FF25 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 37 | - |
| CMYK | 0.97 | 0 | 0.85 | 0 |
| HSL | 127.26º | 1% | 0.51% | - |
| HSV(B) | 127.26º | 0.97% | 1% | - |
| XYZ | 36.18 | 71.7 | 13.68 | - |
| YUV | 156 | 60.84 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 37 | 0.97 | 0 | 0.85 | 0 | 127.26 | 1 | 0.51 |
| Hex | 7 | FF | 25 | 61 | 0 | 55 | 0 | 7F | 64 | 33 |
| Octal | 7 | 377 | 45 | 141 | 0 | 125 | 0 | 177 | 144 | 63 |
| Binary | 111 | 11111111 | 100101 | 1100001 | 0 | 1010101 | 0 | 1111111 | 1100100 | 110011 |
Color Harmonies of #07FF25
Complementary color
Monochromatic Colors of #07FF25
Black with #07FF25
Text Example
Text Example
White with #07FF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FF25; }
p { color: rgb(7,255,37); }
H1.HeaderClassName
{
color: #07FF25;
}
.AnyTagClassName
{
color: #07FF25;
}
</style>
background-color css
<style>
a { background-color: #07FF25; }
a { background-color: rgb(7,255,37); }
div.DivClassName
{
background-color: #07FF25;
}
.BgClassName
{
background-color: #07FF25;
}
</style>
border-color css
<style>
span { border-color: #07FF25; }
span { border-color: rgb(7,255,37); }
td.TdClassName
{
border-color: #07FF25;
}
.TagClassName
{
border-color: #07FF25;
}
</style>