Shades of Free Speech Green #00CB11
Tints of Free Speech Green #00CB11
RGB
CMYK
RGB Variations
Color information
#00CB11 (or 0x00CB11) is known color: Free Speech Green. HEX triplet: 00, CB and 11. RGB value is (0,203,17). Sum of RGB (Red+Green+Blue) = 0+203+17=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CB11 is #FF34EE. Grayscale: #797979. Windows color (decimal): -16725231 or 1166080. OLE color: 1166080.
HSL color Cylindrical-coordinate representation of color #00CB11: hue angle of 125.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB11 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 203 | 17 | - |
| CMYK | 1 | 0 | 0.92 | 0.20 |
| HSL | 125.02º | 1% | 0.4% | - |
| HSV(B) | 125.02º | 1% | 0.8% | - |
| XYZ | 21.46 | 42.75 | 7.65 | - |
| YUV | 121.1 | 69.25 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 17 | 1 | 0 | 0.92 | 0.20 | 125.02 | 1 | 0.4 |
| Hex | 0 | CB | 11 | 64 | 0 | 5C | 14 | 7D | 64 | 28 |
| Octal | 0 | 313 | 21 | 144 | 0 | 134 | 24 | 175 | 144 | 50 |
| Binary | 0 | 11001011 | 10001 | 1100100 | 0 | 1011100 | 10100 | 1111101 | 1100100 | 101000 |
Color Harmonies of #00CB11
Complementary color
Monochromatic Colors of #00CB11
Black with #00CB11
Text Example
Text Example
White with #00CB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CB11; }
p { color: rgb(0,203,17); }
H1.HeaderClassName
{
color: #00CB11;
}
.AnyTagClassName
{
color: #00CB11;
}
</style>
background-color css
<style>
a { background-color: #00CB11; }
a { background-color: rgb(0,203,17); }
div.DivClassName
{
background-color: #00CB11;
}
.BgClassName
{
background-color: #00CB11;
}
</style>
border-color css
<style>
span { border-color: #00CB11; }
span { border-color: rgb(0,203,17); }
td.TdClassName
{
border-color: #00CB11;
}
.TagClassName
{
border-color: #00CB11;
}
</style>