Shades of Free Speech Green #00CE11
Tints of Free Speech Green #00CE11
RGB
CMYK
RGB Variations
Color information
#00CE11 (or 0x00CE11) is known color: Free Speech Green. HEX triplet: 00, CE and 11. RGB value is (0,206,17). Sum of RGB (Red+Green+Blue) = 0+206+17=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 206 (80.86% from 255 or 92.38% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE11 is #FF31EE. Grayscale: #7B7B7B. Windows color (decimal): -16724463 or 1166848. OLE color: 1166848.
HSL color Cylindrical-coordinate representation of color #00CE11: hue angle of 124.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE11 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 17 | - |
| CMYK | 1 | 0 | 0.92 | 0.19 |
| HSL | 124.95º | 1% | 0.4% | - |
| HSV(B) | 124.95º | 1% | 0.81% | - |
| XYZ | 22.17 | 44.18 | 7.89 | - |
| YUV | 122.86 | 68.25 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 17 | 1 | 0 | 0.92 | 0.19 | 124.95 | 1 | 0.4 |
| Hex | 0 | CE | 11 | 64 | 0 | 5C | 13 | 7D | 64 | 28 |
| Octal | 0 | 316 | 21 | 144 | 0 | 134 | 23 | 175 | 144 | 50 |
| Binary | 0 | 11001110 | 10001 | 1100100 | 0 | 1011100 | 10011 | 1111101 | 1100100 | 101000 |
Color Harmonies of #00CE11
Complementary color
Monochromatic Colors of #00CE11
Black with #00CE11
Text Example
Text Example
White with #00CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE11; }
p { color: rgb(0,206,17); }
H1.HeaderClassName
{
color: #00CE11;
}
.AnyTagClassName
{
color: #00CE11;
}
</style>
background-color css
<style>
a { background-color: #00CE11; }
a { background-color: rgb(0,206,17); }
div.DivClassName
{
background-color: #00CE11;
}
.BgClassName
{
background-color: #00CE11;
}
</style>
border-color css
<style>
span { border-color: #00CE11; }
span { border-color: rgb(0,206,17); }
td.TdClassName
{
border-color: #00CE11;
}
.TagClassName
{
border-color: #00CE11;
}
</style>