Shades of Free Speech Green #0CE305
Tints of Free Speech Green #0CE305
RGB
CMYK
RGB Variations
Color information
#0CE305 (or 0x0CE305) is known color: Free Speech Green. HEX triplet: 0C, E3 and 05. RGB value is (12,227,5). Sum of RGB (Red+Green+Blue) = 12+227+5=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 227 (89.06% from 255 or 93.03% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE305 is #F31CFA. Grayscale: #8A8A8A. Windows color (decimal): -15932667 or 385804. OLE color: 385804.
HSL color Cylindrical-coordinate representation of color #0CE305: hue angle of 118.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CE305 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.11 |
| HSL | 118.11º | 0.96% | 0.45% | - |
| HSV(B) | 118.11º | 0.98% | 0.89% | - |
| XYZ | 27.65 | 55.03 | 9.31 | - |
| YUV | 137.41 | 53.27 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 5 | 0.95 | 0 | 0.98 | 0.11 | 118.11 | 0.96 | 0.45 |
| Hex | C | E3 | 5 | 5F | 0 | 62 | B | 76 | 60 | 2D |
| Octal | 14 | 343 | 5 | 137 | 0 | 142 | 13 | 166 | 140 | 55 |
| Binary | 1100 | 11100011 | 101 | 1011111 | 0 | 1100010 | 1011 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0CE305
Complementary color
Monochromatic Colors of #0CE305
Black with #0CE305
Text Example
Text Example
White with #0CE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE305; }
p { color: rgb(12,227,5); }
H1.HeaderClassName
{
color: #0CE305;
}
.AnyTagClassName
{
color: #0CE305;
}
</style>
background-color css
<style>
a { background-color: #0CE305; }
a { background-color: rgb(12,227,5); }
div.DivClassName
{
background-color: #0CE305;
}
.BgClassName
{
background-color: #0CE305;
}
</style>
border-color css
<style>
span { border-color: #0CE305; }
span { border-color: rgb(12,227,5); }
td.TdClassName
{
border-color: #0CE305;
}
.TagClassName
{
border-color: #0CE305;
}
</style>