Shades of Free Speech Green #0CFB2E
Tints of Free Speech Green #0CFB2E
RGB
CMYK
RGB Variations
Color information
#0CFB2E (or 0x0CFB2E) is known color: Free Speech Green. HEX triplet: 0C, FB and 2E. RGB value is (12,251,46). Sum of RGB (Red+Green+Blue) = 12+251+46=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 251 (98.44% from 255 or 81.23% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFB2E is #F304D1. Grayscale: #9C9C9C. Windows color (decimal): -15926482 or 3078924. OLE color: 3078924.
HSL color Cylindrical-coordinate representation of color #0CFB2E: hue angle of 128.54º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFB2E is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 46 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.02 |
| HSL | 128.54º | 0.97% | 0.52% | - |
| HSV(B) | 128.54º | 0.95% | 0.98% | - |
| XYZ | 35.14 | 69.27 | 14.1 | - |
| YUV | 156.17 | 65.82 | 25.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 46 | 0.95 | 0 | 0.82 | 0.02 | 128.54 | 0.97 | 0.52 |
| Hex | C | FB | 2E | 5F | 0 | 52 | 2 | 81 | 61 | 34 |
| Octal | 14 | 373 | 56 | 137 | 0 | 122 | 2 | 201 | 141 | 64 |
| Binary | 1100 | 11111011 | 101110 | 1011111 | 0 | 1010010 | 10 | 10000001 | 1100001 | 110100 |
Color Harmonies of #0CFB2E
Complementary color
Monochromatic Colors of #0CFB2E
Black with #0CFB2E
Text Example
Text Example
White with #0CFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB2E; }
p { color: rgb(12,251,46); }
H1.HeaderClassName
{
color: #0CFB2E;
}
.AnyTagClassName
{
color: #0CFB2E;
}
</style>
background-color css
<style>
a { background-color: #0CFB2E; }
a { background-color: rgb(12,251,46); }
div.DivClassName
{
background-color: #0CFB2E;
}
.BgClassName
{
background-color: #0CFB2E;
}
</style>
border-color css
<style>
span { border-color: #0CFB2E; }
span { border-color: rgb(12,251,46); }
td.TdClassName
{
border-color: #0CFB2E;
}
.TagClassName
{
border-color: #0CFB2E;
}
</style>