Shades of Free Speech Green #07FE28
Tints of Free Speech Green #07FE28
RGB
CMYK
RGB Variations
Color information
#07FE28 (or 0x07FE28) is known color: Free Speech Green. HEX triplet: 07, FE and 28. RGB value is (7,254,40). Sum of RGB (Red+Green+Blue) = 7+254+40=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 254 (99.61% from 255 or 84.39% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FE28 is #F801D7. Grayscale: #9C9C9C. Windows color (decimal): -16253400 or 2686471. OLE color: 2686471.
HSL color Cylindrical-coordinate representation of color #07FE28: hue angle of 128.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FE28 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 40 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.00 |
| HSL | 128.02º | 0.99% | 0.51% | - |
| HSV(B) | 128.02º | 0.97% | 1% | - |
| XYZ | 35.91 | 71.08 | 13.83 | - |
| YUV | 155.75 | 62.67 | 21.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 40 | 0.97 | 0 | 0.84 | 0.00 | 128.02 | 0.99 | 0.51 |
| Hex | 7 | FE | 28 | 61 | 0 | 54 | 0 | 80 | 63 | 33 |
| Octal | 7 | 376 | 50 | 141 | 0 | 124 | 0 | 200 | 143 | 63 |
| Binary | 111 | 11111110 | 101000 | 1100001 | 0 | 1010100 | 0 | 10000000 | 1100011 | 110011 |
Color Harmonies of #07FE28
Complementary color
Monochromatic Colors of #07FE28
Black with #07FE28
Text Example
Text Example
White with #07FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FE28; }
p { color: rgb(7,254,40); }
H1.HeaderClassName
{
color: #07FE28;
}
.AnyTagClassName
{
color: #07FE28;
}
</style>
background-color css
<style>
a { background-color: #07FE28; }
a { background-color: rgb(7,254,40); }
div.DivClassName
{
background-color: #07FE28;
}
.BgClassName
{
background-color: #07FE28;
}
</style>
border-color css
<style>
span { border-color: #07FE28; }
span { border-color: rgb(7,254,40); }
td.TdClassName
{
border-color: #07FE28;
}
.TagClassName
{
border-color: #07FE28;
}
</style>