Shades of Free Speech Green #0CE31C
Tints of Free Speech Green #0CE31C
RGB
CMYK
RGB Variations
Color information
#0CE31C (or 0x0CE31C) is known color: Free Speech Green. HEX triplet: 0C, E3 and 1C. RGB value is (12,227,28). Sum of RGB (Red+Green+Blue) = 12+227+28=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 227 (89.06% from 255 or 85.02% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE31C is #F31CE3. Grayscale: #8C8C8C. Windows color (decimal): -15932644 or 1893132. OLE color: 1893132.
HSL color Cylindrical-coordinate representation of color #0CE31C: hue angle of 124.47º 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 #0CE31C is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 28 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.11 |
| HSL | 124.47º | 0.9% | 0.47% | - |
| HSV(B) | 124.47º | 0.95% | 0.89% | - |
| XYZ | 27.83 | 55.1 | 10.27 | - |
| YUV | 140.03 | 64.77 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 28 | 0.95 | 0 | 0.88 | 0.11 | 124.47 | 0.9 | 0.47 |
| Hex | C | E3 | 1C | 5F | 0 | 58 | B | 7C | 5A | 2F |
| Octal | 14 | 343 | 34 | 137 | 0 | 130 | 13 | 174 | 132 | 57 |
| Binary | 1100 | 11100011 | 11100 | 1011111 | 0 | 1011000 | 1011 | 1111100 | 1011010 | 101111 |
Color Harmonies of #0CE31C
Complementary color
Monochromatic Colors of #0CE31C
Black with #0CE31C
Text Example
Text Example
White with #0CE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE31C; }
p { color: rgb(12,227,28); }
H1.HeaderClassName
{
color: #0CE31C;
}
.AnyTagClassName
{
color: #0CE31C;
}
</style>
background-color css
<style>
a { background-color: #0CE31C; }
a { background-color: rgb(12,227,28); }
div.DivClassName
{
background-color: #0CE31C;
}
.BgClassName
{
background-color: #0CE31C;
}
</style>
border-color css
<style>
span { border-color: #0CE31C; }
span { border-color: rgb(12,227,28); }
td.TdClassName
{
border-color: #0CE31C;
}
.TagClassName
{
border-color: #0CE31C;
}
</style>