Shades of Free Speech Green #0CE602
Tints of Free Speech Green #0CE602
RGB
CMYK
RGB Variations
Color information
#0CE602 (or 0x0CE602) is known color: Free Speech Green. HEX triplet: 0C, E6 and 02. RGB value is (12,230,2). Sum of RGB (Red+Green+Blue) = 12+230+2=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 230 (90.23% from 255 or 94.26% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE602 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE602 is #F319FD. Grayscale: #8B8B8B. Windows color (decimal): -15931902 or 189964. OLE color: 189964.
HSL color Cylindrical-coordinate representation of color #0CE602: hue angle of 117.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CE602 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.10 |
| HSL | 117.37º | 0.98% | 0.45% | - |
| HSV(B) | 117.37º | 0.99% | 0.9% | - |
| XYZ | 28.46 | 56.68 | 9.5 | - |
| YUV | 138.83 | 50.78 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 2 | 0.95 | 0 | 0.99 | 0.10 | 117.37 | 0.98 | 0.45 |
| Hex | C | E6 | 2 | 5F | 0 | 63 | A | 75 | 62 | 2D |
| Octal | 14 | 346 | 2 | 137 | 0 | 143 | 12 | 165 | 142 | 55 |
| Binary | 1100 | 11100110 | 10 | 1011111 | 0 | 1100011 | 1010 | 1110101 | 1100010 | 101101 |
Color Harmonies of #0CE602
Complementary color
Monochromatic Colors of #0CE602
Black with #0CE602
Text Example
Text Example
White with #0CE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE602; }
p { color: rgb(12,230,2); }
H1.HeaderClassName
{
color: #0CE602;
}
.AnyTagClassName
{
color: #0CE602;
}
</style>
background-color css
<style>
a { background-color: #0CE602; }
a { background-color: rgb(12,230,2); }
div.DivClassName
{
background-color: #0CE602;
}
.BgClassName
{
background-color: #0CE602;
}
</style>
border-color css
<style>
span { border-color: #0CE602; }
span { border-color: rgb(12,230,2); }
td.TdClassName
{
border-color: #0CE602;
}
.TagClassName
{
border-color: #0CE602;
}
</style>