Shades of Free Speech Green #07CB02
Tints of Free Speech Green #07CB02
RGB
CMYK
RGB Variations
Color information
#07CB02 (or 0x07CB02) is known color: Free Speech Green. HEX triplet: 07, CB and 02. RGB value is (7,203,2). Sum of RGB (Red+Green+Blue) = 7+203+2=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 203 (79.69% from 255 or 95.75% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CB02 is #F834FD. Grayscale: #7A7A7A. Windows color (decimal): -16266494 or 183047. OLE color: 183047.
HSL color Cylindrical-coordinate representation of color #07CB02: hue angle of 118.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07CB02 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 203 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.20 |
| HSL | 118.51º | 0.98% | 0.4% | - |
| HSV(B) | 118.51º | 0.99% | 0.8% | - |
| XYZ | 21.45 | 42.76 | 7.18 | - |
| YUV | 121.48 | 60.57 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 203 | 2 | 0.97 | 0 | 0.99 | 0.20 | 118.51 | 0.98 | 0.4 |
| Hex | 7 | CB | 2 | 61 | 0 | 63 | 14 | 77 | 62 | 28 |
| Octal | 7 | 313 | 2 | 141 | 0 | 143 | 24 | 167 | 142 | 50 |
| Binary | 111 | 11001011 | 10 | 1100001 | 0 | 1100011 | 10100 | 1110111 | 1100010 | 101000 |
Color Harmonies of #07CB02
Complementary color
Monochromatic Colors of #07CB02
Black with #07CB02
Text Example
Text Example
White with #07CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CB02; }
p { color: rgb(7,203,2); }
H1.HeaderClassName
{
color: #07CB02;
}
.AnyTagClassName
{
color: #07CB02;
}
</style>
background-color css
<style>
a { background-color: #07CB02; }
a { background-color: rgb(7,203,2); }
div.DivClassName
{
background-color: #07CB02;
}
.BgClassName
{
background-color: #07CB02;
}
</style>
border-color css
<style>
span { border-color: #07CB02; }
span { border-color: rgb(7,203,2); }
td.TdClassName
{
border-color: #07CB02;
}
.TagClassName
{
border-color: #07CB02;
}
</style>