Shades of Free Speech Green #0CE42D
Tints of Free Speech Green #0CE42D
RGB
CMYK
RGB Variations
Color information
#0CE42D (or 0x0CE42D) is known color: Free Speech Green. HEX triplet: 0C, E4 and 2D. RGB value is (12,228,45). Sum of RGB (Red+Green+Blue) = 12+228+45=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 228 (89.45% from 255 or 80% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE42D is #F31BD2. Grayscale: #8F8F8F. Windows color (decimal): -15932371 or 3007500. OLE color: 3007500.
HSL color Cylindrical-coordinate representation of color #0CE42D: hue angle of 129.17º 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 #0CE42D is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 45 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.11 |
| HSL | 129.17º | 0.9% | 0.47% | - |
| HSV(B) | 129.17º | 0.95% | 0.89% | - |
| XYZ | 28.37 | 55.75 | 11.75 | - |
| YUV | 142.55 | 72.94 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 45 | 0.95 | 0 | 0.80 | 0.11 | 129.17 | 0.9 | 0.47 |
| Hex | C | E4 | 2D | 5F | 0 | 50 | B | 81 | 5A | 2F |
| Octal | 14 | 344 | 55 | 137 | 0 | 120 | 13 | 201 | 132 | 57 |
| Binary | 1100 | 11100100 | 101101 | 1011111 | 0 | 1010000 | 1011 | 10000001 | 1011010 | 101111 |
Color Harmonies of #0CE42D
Complementary color
Monochromatic Colors of #0CE42D
Black with #0CE42D
Text Example
Text Example
White with #0CE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE42D; }
p { color: rgb(12,228,45); }
H1.HeaderClassName
{
color: #0CE42D;
}
.AnyTagClassName
{
color: #0CE42D;
}
</style>
background-color css
<style>
a { background-color: #0CE42D; }
a { background-color: rgb(12,228,45); }
div.DivClassName
{
background-color: #0CE42D;
}
.BgClassName
{
background-color: #0CE42D;
}
</style>
border-color css
<style>
span { border-color: #0CE42D; }
span { border-color: rgb(12,228,45); }
td.TdClassName
{
border-color: #0CE42D;
}
.TagClassName
{
border-color: #0CE42D;
}
</style>