Shades of Free Speech Green #0CE52E
Tints of Free Speech Green #0CE52E
RGB
CMYK
RGB Variations
Color information
#0CE52E (or 0x0CE52E) is known color: Free Speech Green. HEX triplet: 0C, E5 and 2E. RGB value is (12,229,46). Sum of RGB (Red+Green+Blue) = 12+229+46=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE52E is #F31AD1. Grayscale: #8F8F8F. Windows color (decimal): -15932114 or 3073292. OLE color: 3073292.
HSL color Cylindrical-coordinate representation of color #0CE52E: hue angle of 129.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE52E is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 46 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.10 |
| HSL | 129.4º | 0.9% | 0.47% | - |
| HSV(B) | 129.4º | 0.95% | 0.9% | - |
| XYZ | 28.66 | 56.31 | 11.94 | - |
| YUV | 143.26 | 73.11 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 46 | 0.95 | 0 | 0.80 | 0.10 | 129.4 | 0.9 | 0.47 |
| Hex | C | E5 | 2E | 5F | 0 | 50 | A | 81 | 5A | 2F |
| Octal | 14 | 345 | 56 | 137 | 0 | 120 | 12 | 201 | 132 | 57 |
| Binary | 1100 | 11100101 | 101110 | 1011111 | 0 | 1010000 | 1010 | 10000001 | 1011010 | 101111 |
Color Harmonies of #0CE52E
Complementary color
Monochromatic Colors of #0CE52E
Black with #0CE52E
Text Example
Text Example
White with #0CE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE52E; }
p { color: rgb(12,229,46); }
H1.HeaderClassName
{
color: #0CE52E;
}
.AnyTagClassName
{
color: #0CE52E;
}
</style>
background-color css
<style>
a { background-color: #0CE52E; }
a { background-color: rgb(12,229,46); }
div.DivClassName
{
background-color: #0CE52E;
}
.BgClassName
{
background-color: #0CE52E;
}
</style>
border-color css
<style>
span { border-color: #0CE52E; }
span { border-color: rgb(12,229,46); }
td.TdClassName
{
border-color: #0CE52E;
}
.TagClassName
{
border-color: #0CE52E;
}
</style>