Shades of Free Speech Green #0CFE36
Tints of Free Speech Green #0CFE36
RGB
CMYK
RGB Variations
Color information
#0CFE36 (or 0x0CFE36) is known color: Free Speech Green. HEX triplet: 0C, FE and 36. RGB value is (12,254,54). Sum of RGB (Red+Green+Blue) = 12+254+54=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 254 (99.61% from 255 or 79.38% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFE36 is #F301C9. Grayscale: #9F9F9F. Windows color (decimal): -15925706 or 3603980. OLE color: 3603980.
HSL color Cylindrical-coordinate representation of color #0CFE36: hue angle of 130.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFE36 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 54 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.00 |
| HSL | 130.41º | 0.99% | 0.52% | - |
| HSV(B) | 130.41º | 0.95% | 1% | - |
| XYZ | 36.26 | 71.23 | 15.33 | - |
| YUV | 158.84 | 68.83 | 23.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 54 | 0.95 | 0 | 0.79 | 0.00 | 130.41 | 0.99 | 0.52 |
| Hex | C | FE | 36 | 5F | 0 | 4F | 0 | 82 | 63 | 34 |
| Octal | 14 | 376 | 66 | 137 | 0 | 117 | 0 | 202 | 143 | 64 |
| Binary | 1100 | 11111110 | 110110 | 1011111 | 0 | 1001111 | 0 | 10000010 | 1100011 | 110100 |
Color Harmonies of #0CFE36
Complementary color
Monochromatic Colors of #0CFE36
Black with #0CFE36
Text Example
Text Example
White with #0CFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE36; }
p { color: rgb(12,254,54); }
H1.HeaderClassName
{
color: #0CFE36;
}
.AnyTagClassName
{
color: #0CFE36;
}
</style>
background-color css
<style>
a { background-color: #0CFE36; }
a { background-color: rgb(12,254,54); }
div.DivClassName
{
background-color: #0CFE36;
}
.BgClassName
{
background-color: #0CFE36;
}
</style>
border-color css
<style>
span { border-color: #0CFE36; }
span { border-color: rgb(12,254,54); }
td.TdClassName
{
border-color: #0CFE36;
}
.TagClassName
{
border-color: #0CFE36;
}
</style>