Shades of Free Speech Green #0CE22D
Tints of Free Speech Green #0CE22D
RGB
CMYK
RGB Variations
Color information
#0CE22D (or 0x0CE22D) is known color: Free Speech Green. HEX triplet: 0C, E2 and 2D. RGB value is (12,226,45). Sum of RGB (Red+Green+Blue) = 12+226+45=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 226 (88.67% from 255 or 79.86% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE22D is #F31DD2. Grayscale: #8D8D8D. Windows color (decimal): -15932883 or 3006988. OLE color: 3006988.
HSL color Cylindrical-coordinate representation of color #0CE22D: hue angle of 129.25º 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 #0CE22D is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 226 | 45 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.11 |
| HSL | 129.25º | 0.9% | 0.47% | - |
| HSV(B) | 129.25º | 0.95% | 0.89% | - |
| XYZ | 27.82 | 54.66 | 11.57 | - |
| YUV | 141.38 | 73.6 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 45 | 0.95 | 0 | 0.80 | 0.11 | 129.25 | 0.9 | 0.47 |
| Hex | C | E2 | 2D | 5F | 0 | 50 | B | 81 | 5A | 2F |
| Octal | 14 | 342 | 55 | 137 | 0 | 120 | 13 | 201 | 132 | 57 |
| Binary | 1100 | 11100010 | 101101 | 1011111 | 0 | 1010000 | 1011 | 10000001 | 1011010 | 101111 |
Color Harmonies of #0CE22D
Complementary color
Monochromatic Colors of #0CE22D
Black with #0CE22D
Text Example
Text Example
White with #0CE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE22D; }
p { color: rgb(12,226,45); }
H1.HeaderClassName
{
color: #0CE22D;
}
.AnyTagClassName
{
color: #0CE22D;
}
</style>
background-color css
<style>
a { background-color: #0CE22D; }
a { background-color: rgb(12,226,45); }
div.DivClassName
{
background-color: #0CE22D;
}
.BgClassName
{
background-color: #0CE22D;
}
</style>
border-color css
<style>
span { border-color: #0CE22D; }
span { border-color: rgb(12,226,45); }
td.TdClassName
{
border-color: #0CE22D;
}
.TagClassName
{
border-color: #0CE22D;
}
</style>