Shades of Free Speech Green #0CE302
Tints of Free Speech Green #0CE302
RGB
CMYK
RGB Variations
Color information
#0CE302 (or 0x0CE302) is known color: Free Speech Green. HEX triplet: 0C, E3 and 02. RGB value is (12,227,2). Sum of RGB (Red+Green+Blue) = 12+227+2=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 227 (89.06% from 255 or 94.19% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE302 is #F31CFD. Grayscale: #898989. Windows color (decimal): -15932670 or 189196. OLE color: 189196.
HSL color Cylindrical-coordinate representation of color #0CE302: hue angle of 117.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CE302 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.11 |
| HSL | 117.33º | 0.98% | 0.45% | - |
| HSV(B) | 117.33º | 0.99% | 0.89% | - |
| XYZ | 27.63 | 55.02 | 9.22 | - |
| YUV | 137.07 | 51.77 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 2 | 0.95 | 0 | 0.99 | 0.11 | 117.33 | 0.98 | 0.45 |
| Hex | C | E3 | 2 | 5F | 0 | 63 | B | 75 | 62 | 2D |
| Octal | 14 | 343 | 2 | 137 | 0 | 143 | 13 | 165 | 142 | 55 |
| Binary | 1100 | 11100011 | 10 | 1011111 | 0 | 1100011 | 1011 | 1110101 | 1100010 | 101101 |
Color Harmonies of #0CE302
Complementary color
Monochromatic Colors of #0CE302
Black with #0CE302
Text Example
Text Example
White with #0CE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE302; }
p { color: rgb(12,227,2); }
H1.HeaderClassName
{
color: #0CE302;
}
.AnyTagClassName
{
color: #0CE302;
}
</style>
background-color css
<style>
a { background-color: #0CE302; }
a { background-color: rgb(12,227,2); }
div.DivClassName
{
background-color: #0CE302;
}
.BgClassName
{
background-color: #0CE302;
}
</style>
border-color css
<style>
span { border-color: #0CE302; }
span { border-color: rgb(12,227,2); }
td.TdClassName
{
border-color: #0CE302;
}
.TagClassName
{
border-color: #0CE302;
}
</style>