Shades of Free Speech Green #0CFF25
Tints of Free Speech Green #0CFF25
RGB
CMYK
RGB Variations
Color information
#0CFF25 (or 0x0CFF25) is known color: Free Speech Green. HEX triplet: 0C, FF and 25. RGB value is (12,255,37). Sum of RGB (Red+Green+Blue) = 12+255+37=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 255 (100% from 255 or 83.88% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF25 is #F300DA. Grayscale: #9E9E9E. Windows color (decimal): -15925467 or 2490124. OLE color: 2490124.
HSL color Cylindrical-coordinate representation of color #0CFF25: hue angle of 126.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF25 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 37 | - |
| CMYK | 0.95 | 0 | 0.85 | 0 |
| HSL | 126.17º | 1% | 0.52% | - |
| HSV(B) | 126.17º | 0.95% | 1% | - |
| XYZ | 36.25 | 71.73 | 13.69 | - |
| YUV | 157.49 | 59.99 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 37 | 0.95 | 0 | 0.85 | 0 | 126.17 | 1 | 0.52 |
| Hex | C | FF | 25 | 5F | 0 | 55 | 0 | 7E | 64 | 34 |
| Octal | 14 | 377 | 45 | 137 | 0 | 125 | 0 | 176 | 144 | 64 |
| Binary | 1100 | 11111111 | 100101 | 1011111 | 0 | 1010101 | 0 | 1111110 | 1100100 | 110100 |
Color Harmonies of #0CFF25
Complementary color
Monochromatic Colors of #0CFF25
Black with #0CFF25
Text Example
Text Example
White with #0CFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF25; }
p { color: rgb(12,255,37); }
H1.HeaderClassName
{
color: #0CFF25;
}
.AnyTagClassName
{
color: #0CFF25;
}
</style>
background-color css
<style>
a { background-color: #0CFF25; }
a { background-color: rgb(12,255,37); }
div.DivClassName
{
background-color: #0CFF25;
}
.BgClassName
{
background-color: #0CFF25;
}
</style>
border-color css
<style>
span { border-color: #0CFF25; }
span { border-color: rgb(12,255,37); }
td.TdClassName
{
border-color: #0CFF25;
}
.TagClassName
{
border-color: #0CFF25;
}
</style>