Shades of Free Speech Green #0CE82E
Tints of Free Speech Green #0CE82E
RGB
CMYK
RGB Variations
Color information
#0CE82E (or 0x0CE82E) is known color: Free Speech Green. HEX triplet: 0C, E8 and 2E. RGB value is (12,232,46). Sum of RGB (Red+Green+Blue) = 12+232+46=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 232 (91.02% from 255 or 80% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 232 - color contains mainly: green. Hex color #0CE82E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CE82E is #F317D1. Grayscale: #919191. Windows color (decimal): -15931346 or 3074060. OLE color: 3074060.
HSL color Cylindrical-coordinate representation of color #0CE82E: hue angle of 129.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE82E is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 232 | 46 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.09 |
| HSL | 129.27º | 0.9% | 0.48% | - |
| HSV(B) | 129.27º | 0.95% | 0.91% | - |
| XYZ | 29.5 | 57.99 | 12.22 | - |
| YUV | 145.02 | 72.11 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 46 | 0.95 | 0 | 0.80 | 0.09 | 129.27 | 0.9 | 0.48 |
| Hex | C | E8 | 2E | 5F | 0 | 50 | 9 | 81 | 5A | 30 |
| Octal | 14 | 350 | 56 | 137 | 0 | 120 | 11 | 201 | 132 | 60 |
| Binary | 1100 | 11101000 | 101110 | 1011111 | 0 | 1010000 | 1001 | 10000001 | 1011010 | 110000 |
Color Harmonies of #0CE82E
Complementary color
Monochromatic Colors of #0CE82E
Black with #0CE82E
Text Example
Text Example
White with #0CE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE82E; }
p { color: rgb(12,232,46); }
H1.HeaderClassName
{
color: #0CE82E;
}
.AnyTagClassName
{
color: #0CE82E;
}
</style>
background-color css
<style>
a { background-color: #0CE82E; }
a { background-color: rgb(12,232,46); }
div.DivClassName
{
background-color: #0CE82E;
}
.BgClassName
{
background-color: #0CE82E;
}
</style>
border-color css
<style>
span { border-color: #0CE82E; }
span { border-color: rgb(12,232,46); }
td.TdClassName
{
border-color: #0CE82E;
}
.TagClassName
{
border-color: #0CE82E;
}
</style>