Shades of Free Speech Green #0CE12B
Tints of Free Speech Green #0CE12B
RGB
CMYK
RGB Variations
Color information
#0CE12B (or 0x0CE12B) is known color: Free Speech Green. HEX triplet: 0C, E1 and 2B. RGB value is (12,225,43). Sum of RGB (Red+Green+Blue) = 12+225+43=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 225 (88.28% from 255 or 80.36% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE12B is #F31ED4. Grayscale: #8D8D8D. Windows color (decimal): -15933141 or 2875660. OLE color: 2875660.
HSL color Cylindrical-coordinate representation of color #0CE12B: hue angle of 128.73º degrees, saturation: 0.9, 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 #0CE12B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 43 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.12 |
| HSL | 128.73º | 0.9% | 0.46% | - |
| HSV(B) | 128.73º | 0.95% | 0.88% | - |
| XYZ | 27.51 | 54.1 | 11.28 | - |
| YUV | 140.57 | 72.93 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 43 | 0.95 | 0 | 0.81 | 0.12 | 128.73 | 0.9 | 0.46 |
| Hex | C | E1 | 2B | 5F | 0 | 51 | C | 81 | 5A | 2E |
| Octal | 14 | 341 | 53 | 137 | 0 | 121 | 14 | 201 | 132 | 56 |
| Binary | 1100 | 11100001 | 101011 | 1011111 | 0 | 1010001 | 1100 | 10000001 | 1011010 | 101110 |
Color Harmonies of #0CE12B
Complementary color
Monochromatic Colors of #0CE12B
Black with #0CE12B
Text Example
Text Example
White with #0CE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE12B; }
p { color: rgb(12,225,43); }
H1.HeaderClassName
{
color: #0CE12B;
}
.AnyTagClassName
{
color: #0CE12B;
}
</style>
background-color css
<style>
a { background-color: #0CE12B; }
a { background-color: rgb(12,225,43); }
div.DivClassName
{
background-color: #0CE12B;
}
.BgClassName
{
background-color: #0CE12B;
}
</style>
border-color css
<style>
span { border-color: #0CE12B; }
span { border-color: rgb(12,225,43); }
td.TdClassName
{
border-color: #0CE12B;
}
.TagClassName
{
border-color: #0CE12B;
}
</style>