Shades of Free Speech Green #0CEB03
Tints of Free Speech Green #0CEB03
RGB
CMYK
RGB Variations
Color information
#0CEB03 (or 0x0CEB03) is known color: Free Speech Green. HEX triplet: 0C, EB and 03. RGB value is (12,235,3). Sum of RGB (Red+Green+Blue) = 12+235+3=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 235 (92.19% from 255 or 94% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEB03 is #F314FC. Grayscale: #8E8E8E. Windows color (decimal): -15930621 or 256780. OLE color: 256780.
HSL color Cylindrical-coordinate representation of color #0CEB03: hue angle of 117.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CEB03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.08 |
| HSL | 117.67º | 0.97% | 0.47% | - |
| HSV(B) | 117.67º | 0.99% | 0.92% | - |
| XYZ | 29.88 | 59.5 | 10 | - |
| YUV | 141.88 | 49.62 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 3 | 0.95 | 0 | 0.99 | 0.08 | 117.67 | 0.97 | 0.47 |
| Hex | C | EB | 3 | 5F | 0 | 63 | 8 | 76 | 61 | 2F |
| Octal | 14 | 353 | 3 | 137 | 0 | 143 | 10 | 166 | 141 | 57 |
| Binary | 1100 | 11101011 | 11 | 1011111 | 0 | 1100011 | 1000 | 1110110 | 1100001 | 101111 |
Color Harmonies of #0CEB03
Complementary color
Monochromatic Colors of #0CEB03
Black with #0CEB03
Text Example
Text Example
White with #0CEB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB03; }
p { color: rgb(12,235,3); }
H1.HeaderClassName
{
color: #0CEB03;
}
.AnyTagClassName
{
color: #0CEB03;
}
</style>
background-color css
<style>
a { background-color: #0CEB03; }
a { background-color: rgb(12,235,3); }
div.DivClassName
{
background-color: #0CEB03;
}
.BgClassName
{
background-color: #0CEB03;
}
</style>
border-color css
<style>
span { border-color: #0CEB03; }
span { border-color: rgb(12,235,3); }
td.TdClassName
{
border-color: #0CEB03;
}
.TagClassName
{
border-color: #0CEB03;
}
</style>