Shades of Free Speech Green #0CFB34
Tints of Free Speech Green #0CFB34
RGB
CMYK
RGB Variations
Color information
#0CFB34 (or 0x0CFB34) is known color: Free Speech Green. HEX triplet: 0C, FB and 34. RGB value is (12,251,52). Sum of RGB (Red+Green+Blue) = 12+251+52=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 251 (98.44% from 255 or 79.68% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFB34 is #F304CB. Grayscale: #9D9D9D. Windows color (decimal): -15926476 or 3472140. OLE color: 3472140.
HSL color Cylindrical-coordinate representation of color #0CFB34: hue angle of 130.04º 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 #0CFB34 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 52 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.02 |
| HSL | 130.04º | 0.97% | 0.52% | - |
| HSV(B) | 130.04º | 0.95% | 0.98% | - |
| XYZ | 35.27 | 69.32 | 14.77 | - |
| YUV | 156.85 | 68.82 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 52 | 0.95 | 0 | 0.79 | 0.02 | 130.04 | 0.97 | 0.52 |
| Hex | C | FB | 34 | 5F | 0 | 4F | 2 | 82 | 61 | 34 |
| Octal | 14 | 373 | 64 | 137 | 0 | 117 | 2 | 202 | 141 | 64 |
| Binary | 1100 | 11111011 | 110100 | 1011111 | 0 | 1001111 | 10 | 10000010 | 1100001 | 110100 |
Color Harmonies of #0CFB34
Complementary color
Monochromatic Colors of #0CFB34
Black with #0CFB34
Text Example
Text Example
White with #0CFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB34; }
p { color: rgb(12,251,52); }
H1.HeaderClassName
{
color: #0CFB34;
}
.AnyTagClassName
{
color: #0CFB34;
}
</style>
background-color css
<style>
a { background-color: #0CFB34; }
a { background-color: rgb(12,251,52); }
div.DivClassName
{
background-color: #0CFB34;
}
.BgClassName
{
background-color: #0CFB34;
}
</style>
border-color css
<style>
span { border-color: #0CFB34; }
span { border-color: rgb(12,251,52); }
td.TdClassName
{
border-color: #0CFB34;
}
.TagClassName
{
border-color: #0CFB34;
}
</style>