Shades of Free Speech Green #07D30B
Tints of Free Speech Green #07D30B
RGB
CMYK
RGB Variations
Color information
#07D30B (or 0x07D30B) is known color: Free Speech Green. HEX triplet: 07, D3 and 0B. RGB value is (7,211,11). Sum of RGB (Red+Green+Blue) = 7+211+11=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 211 (82.81% from 255 or 92.14% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 211 - color contains mainly: green. Hex color #07D30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D30B is #F82CF4. Grayscale: #7F7F7F. Windows color (decimal): -16264437 or 774919. OLE color: 774919.
HSL color Cylindrical-coordinate representation of color #07D30B: hue angle of 121.18º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D30B is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 7 | 211 | 11 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.17 |
| HSL | 121.18º | 0.94% | 0.43% | - |
| HSV(B) | 121.18º | 0.97% | 0.83% | - |
| XYZ | 23.44 | 46.66 | 8.09 | - |
| YUV | 127.2 | 62.41 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 211 | 11 | 0.97 | 0 | 0.95 | 0.17 | 121.18 | 0.94 | 0.43 |
| Hex | 7 | D3 | B | 61 | 0 | 5F | 11 | 79 | 5E | 2B |
| Octal | 7 | 323 | 13 | 141 | 0 | 137 | 21 | 171 | 136 | 53 |
| Binary | 111 | 11010011 | 1011 | 1100001 | 0 | 1011111 | 10001 | 1111001 | 1011110 | 101011 |
Color Harmonies of #07D30B
Complementary color
Monochromatic Colors of #07D30B
Black with #07D30B
Text Example
Text Example
White with #07D30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D30B; }
p { color: rgb(7,211,11); }
H1.HeaderClassName
{
color: #07D30B;
}
.AnyTagClassName
{
color: #07D30B;
}
</style>
background-color css
<style>
a { background-color: #07D30B; }
a { background-color: rgb(7,211,11); }
div.DivClassName
{
background-color: #07D30B;
}
.BgClassName
{
background-color: #07D30B;
}
</style>
border-color css
<style>
span { border-color: #07D30B; }
span { border-color: rgb(7,211,11); }
td.TdClassName
{
border-color: #07D30B;
}
.TagClassName
{
border-color: #07D30B;
}
</style>