Shades of Free Speech Green #0FD51E
Tints of Free Speech Green #0FD51E
RGB
CMYK
RGB Variations
Color information
#0FD51E (or 0x0FD51E) is known color: Free Speech Green. HEX triplet: 0F, D5 and 1E. RGB value is (15,213,30). Sum of RGB (Red+Green+Blue) = 15+213+30=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD51E is #F02AE1. Grayscale: #858585. Windows color (decimal): -15739618 or 2020623. OLE color: 2020623.
HSL color Cylindrical-coordinate representation of color #0FD51E: hue angle of 124.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD51E is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 30 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.16 |
| HSL | 124.55º | 0.87% | 0.45% | - |
| HSV(B) | 124.55º | 0.93% | 0.84% | - |
| XYZ | 24.23 | 47.78 | 9.17 | - |
| YUV | 132.94 | 69.9 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 30 | 0.93 | 0 | 0.86 | 0.16 | 124.55 | 0.87 | 0.45 |
| Hex | F | D5 | 1E | 5D | 0 | 56 | 10 | 7D | 57 | 2D |
| Octal | 17 | 325 | 36 | 135 | 0 | 126 | 20 | 175 | 127 | 55 |
| Binary | 1111 | 11010101 | 11110 | 1011101 | 0 | 1010110 | 10000 | 1111101 | 1010111 | 101101 |
Color Harmonies of #0FD51E
Complementary color
Monochromatic Colors of #0FD51E
Black with #0FD51E
Text Example
Text Example
White with #0FD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD51E; }
p { color: rgb(15,213,30); }
H1.HeaderClassName
{
color: #0FD51E;
}
.AnyTagClassName
{
color: #0FD51E;
}
</style>
background-color css
<style>
a { background-color: #0FD51E; }
a { background-color: rgb(15,213,30); }
div.DivClassName
{
background-color: #0FD51E;
}
.BgClassName
{
background-color: #0FD51E;
}
</style>
border-color css
<style>
span { border-color: #0FD51E; }
span { border-color: rgb(15,213,30); }
td.TdClassName
{
border-color: #0FD51E;
}
.TagClassName
{
border-color: #0FD51E;
}
</style>