Shades of Free Speech Green #00CE13
Tints of Free Speech Green #00CE13
RGB
CMYK
RGB Variations
Color information
#00CE13 (or 0x00CE13) is known color: Free Speech Green. HEX triplet: 00, CE and 13. RGB value is (0,206,19). Sum of RGB (Red+Green+Blue) = 0+206+19=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 206 (80.86% from 255 or 91.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE13 is #FF31EC. Grayscale: #7B7B7B. Windows color (decimal): -16724461 or 1297920. OLE color: 1297920.
HSL color Cylindrical-coordinate representation of color #00CE13: hue angle of 125.53º 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 #00CE13 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 19 | - |
| CMYK | 1 | 0 | 0.91 | 0.19 |
| HSL | 125.53º | 1% | 0.4% | - |
| HSV(B) | 125.53º | 1% | 0.81% | - |
| XYZ | 22.19 | 44.19 | 7.98 | - |
| YUV | 123.09 | 69.25 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 19 | 1 | 0 | 0.91 | 0.19 | 125.53 | 1 | 0.4 |
| Hex | 0 | CE | 13 | 64 | 0 | 5B | 13 | 7E | 64 | 28 |
| Octal | 0 | 316 | 23 | 144 | 0 | 133 | 23 | 176 | 144 | 50 |
| Binary | 0 | 11001110 | 10011 | 1100100 | 0 | 1011011 | 10011 | 1111110 | 1100100 | 101000 |
Color Harmonies of #00CE13
Complementary color
Monochromatic Colors of #00CE13
Black with #00CE13
Text Example
Text Example
White with #00CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE13; }
p { color: rgb(0,206,19); }
H1.HeaderClassName
{
color: #00CE13;
}
.AnyTagClassName
{
color: #00CE13;
}
</style>
background-color css
<style>
a { background-color: #00CE13; }
a { background-color: rgb(0,206,19); }
div.DivClassName
{
background-color: #00CE13;
}
.BgClassName
{
background-color: #00CE13;
}
</style>
border-color css
<style>
span { border-color: #00CE13; }
span { border-color: rgb(0,206,19); }
td.TdClassName
{
border-color: #00CE13;
}
.TagClassName
{
border-color: #00CE13;
}
</style>