Shades of Free Speech Green #0CFB39
Tints of Free Speech Green #0CFB39
RGB
CMYK
RGB Variations
Color information
#0CFB39 (or 0x0CFB39) is known color: Free Speech Green. HEX triplet: 0C, FB and 39. RGB value is (12,251,57). Sum of RGB (Red+Green+Blue) = 12+251+57=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 251 (98.44% from 255 or 78.44% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB39 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFB39 is #F304C6. Grayscale: #9D9D9D. Windows color (decimal): -15926471 or 3799820. OLE color: 3799820.
HSL color Cylindrical-coordinate representation of color #0CFB39: hue angle of 131.3º 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 #0CFB39 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 57 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.02 |
| HSL | 131.3º | 0.97% | 0.52% | - |
| HSV(B) | 131.3º | 0.95% | 0.98% | - |
| XYZ | 35.39 | 69.37 | 15.4 | - |
| YUV | 157.42 | 71.32 | 24.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 57 | 0.95 | 0 | 0.77 | 0.02 | 131.3 | 0.97 | 0.52 |
| Hex | C | FB | 39 | 5F | 0 | 4D | 2 | 83 | 61 | 34 |
| Octal | 14 | 373 | 71 | 137 | 0 | 115 | 2 | 203 | 141 | 64 |
| Binary | 1100 | 11111011 | 111001 | 1011111 | 0 | 1001101 | 10 | 10000011 | 1100001 | 110100 |
Color Harmonies of #0CFB39
Complementary color
Monochromatic Colors of #0CFB39
Black with #0CFB39
Text Example
Text Example
White with #0CFB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB39; }
p { color: rgb(12,251,57); }
H1.HeaderClassName
{
color: #0CFB39;
}
.AnyTagClassName
{
color: #0CFB39;
}
</style>
background-color css
<style>
a { background-color: #0CFB39; }
a { background-color: rgb(12,251,57); }
div.DivClassName
{
background-color: #0CFB39;
}
.BgClassName
{
background-color: #0CFB39;
}
</style>
border-color css
<style>
span { border-color: #0CFB39; }
span { border-color: rgb(12,251,57); }
td.TdClassName
{
border-color: #0CFB39;
}
.TagClassName
{
border-color: #0CFB39;
}
</style>