Shades of Free Speech Green #0CE40B
Tints of Free Speech Green #0CE40B
RGB
CMYK
RGB Variations
Color information
#0CE40B (or 0x0CE40B) is known color: Free Speech Green. HEX triplet: 0C, E4 and 0B. RGB value is (12,228,11). Sum of RGB (Red+Green+Blue) = 12+228+11=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 228 (89.45% from 255 or 90.84% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE40B is #F31BF4. Grayscale: #8B8B8B. Windows color (decimal): -15932405 or 779276. OLE color: 779276.
HSL color Cylindrical-coordinate representation of color #0CE40B: hue angle of 119.72º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE40B is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 11 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.11 |
| HSL | 119.72º | 0.91% | 0.47% | - |
| HSV(B) | 119.72º | 0.95% | 0.89% | - |
| XYZ | 27.96 | 55.59 | 9.57 | - |
| YUV | 138.68 | 55.94 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 11 | 0.95 | 0 | 0.95 | 0.11 | 119.72 | 0.91 | 0.47 |
| Hex | C | E4 | B | 5F | 0 | 5F | B | 78 | 5B | 2F |
| Octal | 14 | 344 | 13 | 137 | 0 | 137 | 13 | 170 | 133 | 57 |
| Binary | 1100 | 11100100 | 1011 | 1011111 | 0 | 1011111 | 1011 | 1111000 | 1011011 | 101111 |
Color Harmonies of #0CE40B
Complementary color
Monochromatic Colors of #0CE40B
Black with #0CE40B
Text Example
Text Example
White with #0CE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE40B; }
p { color: rgb(12,228,11); }
H1.HeaderClassName
{
color: #0CE40B;
}
.AnyTagClassName
{
color: #0CE40B;
}
</style>
background-color css
<style>
a { background-color: #0CE40B; }
a { background-color: rgb(12,228,11); }
div.DivClassName
{
background-color: #0CE40B;
}
.BgClassName
{
background-color: #0CE40B;
}
</style>
border-color css
<style>
span { border-color: #0CE40B; }
span { border-color: rgb(12,228,11); }
td.TdClassName
{
border-color: #0CE40B;
}
.TagClassName
{
border-color: #0CE40B;
}
</style>