Shades of Free Speech Green #0ECC03
Tints of Free Speech Green #0ECC03
RGB
CMYK
RGB Variations
Color information
#0ECC03 (or 0x0ECC03) is known color: Free Speech Green. HEX triplet: 0E, CC and 03. RGB value is (14,204,3). Sum of RGB (Red+Green+Blue) = 14+204+3=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 204 (80.08% from 255 or 92.31% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC03 is #F133FC. Grayscale: #7C7C7C. Windows color (decimal): -15807485 or 248846. OLE color: 248846.
HSL color Cylindrical-coordinate representation of color #0ECC03: hue angle of 116.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ECC03 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.2 |
| HSL | 116.72º | 0.97% | 0.41% | - |
| HSV(B) | 116.72º | 0.99% | 0.8% | - |
| XYZ | 21.79 | 43.29 | 7.29 | - |
| YUV | 124.28 | 59.55 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 3 | 0.93 | 0 | 0.99 | 0.2 | 116.72 | 0.97 | 0.41 |
| Hex | E | CC | 3 | 5D | 0 | 63 | 14 | 75 | 61 | 29 |
| Octal | 16 | 314 | 3 | 135 | 0 | 143 | 24 | 165 | 141 | 51 |
| Binary | 1110 | 11001100 | 11 | 1011101 | 0 | 1100011 | 10100 | 1110101 | 1100001 | 101001 |
Color Harmonies of #0ECC03
Complementary color
Monochromatic Colors of #0ECC03
Black with #0ECC03
Text Example
Text Example
White with #0ECC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECC03; }
p { color: rgb(14,204,3); }
H1.HeaderClassName
{
color: #0ECC03;
}
.AnyTagClassName
{
color: #0ECC03;
}
</style>
background-color css
<style>
a { background-color: #0ECC03; }
a { background-color: rgb(14,204,3); }
div.DivClassName
{
background-color: #0ECC03;
}
.BgClassName
{
background-color: #0ECC03;
}
</style>
border-color css
<style>
span { border-color: #0ECC03; }
span { border-color: rgb(14,204,3); }
td.TdClassName
{
border-color: #0ECC03;
}
.TagClassName
{
border-color: #0ECC03;
}
</style>