Shades of Free Speech Green #0CE00B
Tints of Free Speech Green #0CE00B
RGB
CMYK
RGB Variations
Color information
#0CE00B (or 0x0CE00B) is known color: Free Speech Green. HEX triplet: 0C, E0 and 0B. RGB value is (12,224,11). Sum of RGB (Red+Green+Blue) = 12+224+11=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 224 (87.89% from 255 or 90.69% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE00B is #F31FF4. Grayscale: #888888. Windows color (decimal): -15933429 or 778252. OLE color: 778252.
HSL color Cylindrical-coordinate representation of color #0CE00B: hue angle of 119.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE00B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.12 |
| HSL | 119.72º | 0.91% | 0.46% | - |
| HSV(B) | 119.72º | 0.95% | 0.88% | - |
| XYZ | 26.87 | 53.41 | 9.21 | - |
| YUV | 136.33 | 57.26 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 11 | 0.95 | 0 | 0.95 | 0.12 | 119.72 | 0.91 | 0.46 |
| Hex | C | E0 | B | 5F | 0 | 5F | C | 78 | 5B | 2E |
| Octal | 14 | 340 | 13 | 137 | 0 | 137 | 14 | 170 | 133 | 56 |
| Binary | 1100 | 11100000 | 1011 | 1011111 | 0 | 1011111 | 1100 | 1111000 | 1011011 | 101110 |
Color Harmonies of #0CE00B
Complementary color
Monochromatic Colors of #0CE00B
Black with #0CE00B
Text Example
Text Example
White with #0CE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE00B; }
p { color: rgb(12,224,11); }
H1.HeaderClassName
{
color: #0CE00B;
}
.AnyTagClassName
{
color: #0CE00B;
}
</style>
background-color css
<style>
a { background-color: #0CE00B; }
a { background-color: rgb(12,224,11); }
div.DivClassName
{
background-color: #0CE00B;
}
.BgClassName
{
background-color: #0CE00B;
}
</style>
border-color css
<style>
span { border-color: #0CE00B; }
span { border-color: rgb(12,224,11); }
td.TdClassName
{
border-color: #0CE00B;
}
.TagClassName
{
border-color: #0CE00B;
}
</style>