Shades of Free Speech Green #0CE503
Tints of Free Speech Green #0CE503
RGB
CMYK
RGB Variations
Color information
#0CE503 (or 0x0CE503) is known color: Free Speech Green. HEX triplet: 0C, E5 and 03. RGB value is (12,229,3). Sum of RGB (Red+Green+Blue) = 12+229+3=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 229 (89.84% from 255 or 93.85% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE503 is #F31AFC. Grayscale: #8B8B8B. Windows color (decimal): -15932157 or 255244. OLE color: 255244.
HSL color Cylindrical-coordinate representation of color #0CE503: hue angle of 117.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CE503 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.10 |
| HSL | 117.61º | 0.97% | 0.45% | - |
| HSV(B) | 117.61º | 0.99% | 0.9% | - |
| XYZ | 28.19 | 56.12 | 9.43 | - |
| YUV | 138.35 | 51.61 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 3 | 0.95 | 0 | 0.99 | 0.10 | 117.61 | 0.97 | 0.45 |
| Hex | C | E5 | 3 | 5F | 0 | 63 | A | 76 | 61 | 2D |
| Octal | 14 | 345 | 3 | 137 | 0 | 143 | 12 | 166 | 141 | 55 |
| Binary | 1100 | 11100101 | 11 | 1011111 | 0 | 1100011 | 1010 | 1110110 | 1100001 | 101101 |
Color Harmonies of #0CE503
Complementary color
Monochromatic Colors of #0CE503
Black with #0CE503
Text Example
Text Example
White with #0CE503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE503; }
p { color: rgb(12,229,3); }
H1.HeaderClassName
{
color: #0CE503;
}
.AnyTagClassName
{
color: #0CE503;
}
</style>
background-color css
<style>
a { background-color: #0CE503; }
a { background-color: rgb(12,229,3); }
div.DivClassName
{
background-color: #0CE503;
}
.BgClassName
{
background-color: #0CE503;
}
</style>
border-color css
<style>
span { border-color: #0CE503; }
span { border-color: rgb(12,229,3); }
td.TdClassName
{
border-color: #0CE503;
}
.TagClassName
{
border-color: #0CE503;
}
</style>