Shades of Free Speech Green #0CEB23
Tints of Free Speech Green #0CEB23
RGB
CMYK
RGB Variations
Color information
#0CEB23 (or 0x0CEB23) is known color: Free Speech Green. HEX triplet: 0C, EB and 23. RGB value is (12,235,35). Sum of RGB (Red+Green+Blue) = 12+235+35=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 235 (92.19% from 255 or 83.33% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEB23 is #F314DC. Grayscale: #929292. Windows color (decimal): -15930589 or 2353932. OLE color: 2353932.
HSL color Cylindrical-coordinate representation of color #0CEB23: hue angle of 126.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEB23 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 35 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.08 |
| HSL | 126.19º | 0.9% | 0.48% | - |
| HSV(B) | 126.19º | 0.95% | 0.92% | - |
| XYZ | 30.16 | 59.62 | 11.51 | - |
| YUV | 145.52 | 65.62 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 35 | 0.95 | 0 | 0.85 | 0.08 | 126.19 | 0.9 | 0.48 |
| Hex | C | EB | 23 | 5F | 0 | 55 | 8 | 7E | 5A | 30 |
| Octal | 14 | 353 | 43 | 137 | 0 | 125 | 10 | 176 | 132 | 60 |
| Binary | 1100 | 11101011 | 100011 | 1011111 | 0 | 1010101 | 1000 | 1111110 | 1011010 | 110000 |
Color Harmonies of #0CEB23
Complementary color
Monochromatic Colors of #0CEB23
Black with #0CEB23
Text Example
Text Example
White with #0CEB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB23; }
p { color: rgb(12,235,35); }
H1.HeaderClassName
{
color: #0CEB23;
}
.AnyTagClassName
{
color: #0CEB23;
}
</style>
background-color css
<style>
a { background-color: #0CEB23; }
a { background-color: rgb(12,235,35); }
div.DivClassName
{
background-color: #0CEB23;
}
.BgClassName
{
background-color: #0CEB23;
}
</style>
border-color css
<style>
span { border-color: #0CEB23; }
span { border-color: rgb(12,235,35); }
td.TdClassName
{
border-color: #0CEB23;
}
.TagClassName
{
border-color: #0CEB23;
}
</style>