Shades of Free Speech Green #00CF02
Tints of Free Speech Green #00CF02
RGB
CMYK
RGB Variations
Color information
#00CF02 (or 0x00CF02) is known color: Free Speech Green. HEX triplet: 00, CF and 02. RGB value is (0,207,2). Sum of RGB (Red+Green+Blue) = 0+207+2=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 207 (81.25% from 255 or 99.04% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF02 is #FF30FD. Grayscale: #7A7A7A. Windows color (decimal): -16724222 or 184064. OLE color: 184064.
HSL color Cylindrical-coordinate representation of color #00CF02: hue angle of 120.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF02 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.19 |
| HSL | 120.58º | 1% | 0.41% | - |
| HSV(B) | 120.58º | 1% | 0.81% | - |
| XYZ | 22.32 | 44.63 | 7.5 | - |
| YUV | 121.74 | 60.42 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 2 | 1 | 0 | 0.99 | 0.19 | 120.58 | 1 | 0.41 |
| Hex | 0 | CF | 2 | 64 | 0 | 63 | 13 | 79 | 64 | 29 |
| Octal | 0 | 317 | 2 | 144 | 0 | 143 | 23 | 171 | 144 | 51 |
| Binary | 0 | 11001111 | 10 | 1100100 | 0 | 1100011 | 10011 | 1111001 | 1100100 | 101001 |
Color Harmonies of #00CF02
Complementary color
Monochromatic Colors of #00CF02
Black with #00CF02
Text Example
Text Example
White with #00CF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF02; }
p { color: rgb(0,207,2); }
H1.HeaderClassName
{
color: #00CF02;
}
.AnyTagClassName
{
color: #00CF02;
}
</style>
background-color css
<style>
a { background-color: #00CF02; }
a { background-color: rgb(0,207,2); }
div.DivClassName
{
background-color: #00CF02;
}
.BgClassName
{
background-color: #00CF02;
}
</style>
border-color css
<style>
span { border-color: #00CF02; }
span { border-color: rgb(0,207,2); }
td.TdClassName
{
border-color: #00CF02;
}
.TagClassName
{
border-color: #00CF02;
}
</style>