Shades of Free Speech Green #0CE32C
Tints of Free Speech Green #0CE32C
RGB
CMYK
RGB Variations
Color information
#0CE32C (or 0x0CE32C) is known color: Free Speech Green. HEX triplet: 0C, E3 and 2C. RGB value is (12,227,44). Sum of RGB (Red+Green+Blue) = 12+227+44=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 227 (89.06% from 255 or 80.21% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE32C is #F31CD3. Grayscale: #8E8E8E. Windows color (decimal): -15932628 or 2941708. OLE color: 2941708.
HSL color Cylindrical-coordinate representation of color #0CE32C: hue angle of 128.93º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE32C is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 44 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.11 |
| HSL | 128.93º | 0.9% | 0.47% | - |
| HSV(B) | 128.93º | 0.95% | 0.89% | - |
| XYZ | 28.08 | 55.2 | 11.56 | - |
| YUV | 141.85 | 72.77 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 44 | 0.95 | 0 | 0.81 | 0.11 | 128.93 | 0.9 | 0.47 |
| Hex | C | E3 | 2C | 5F | 0 | 51 | B | 81 | 5A | 2F |
| Octal | 14 | 343 | 54 | 137 | 0 | 121 | 13 | 201 | 132 | 57 |
| Binary | 1100 | 11100011 | 101100 | 1011111 | 0 | 1010001 | 1011 | 10000001 | 1011010 | 101111 |
Color Harmonies of #0CE32C
Complementary color
Monochromatic Colors of #0CE32C
Black with #0CE32C
Text Example
Text Example
White with #0CE32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE32C; }
p { color: rgb(12,227,44); }
H1.HeaderClassName
{
color: #0CE32C;
}
.AnyTagClassName
{
color: #0CE32C;
}
</style>
background-color css
<style>
a { background-color: #0CE32C; }
a { background-color: rgb(12,227,44); }
div.DivClassName
{
background-color: #0CE32C;
}
.BgClassName
{
background-color: #0CE32C;
}
</style>
border-color css
<style>
span { border-color: #0CE32C; }
span { border-color: rgb(12,227,44); }
td.TdClassName
{
border-color: #0CE32C;
}
.TagClassName
{
border-color: #0CE32C;
}
</style>