Shades of Free Speech Green #0FD30E
Tints of Free Speech Green #0FD30E
RGB
CMYK
RGB Variations
Color information
#0FD30E (or 0x0FD30E) is known color: Free Speech Green. HEX triplet: 0F, D3 and 0E. RGB value is (15,211,14). Sum of RGB (Red+Green+Blue) = 15+211+14=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 211 (82.81% from 255 or 87.92% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD30E is #F02CF1. Grayscale: #828282. Windows color (decimal): -15740146 or 971535. OLE color: 971535.
HSL color Cylindrical-coordinate representation of color #0FD30E: hue angle of 119.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD30E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 211 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.17 |
| HSL | 119.7º | 0.88% | 0.44% | - |
| HSV(B) | 119.7º | 0.93% | 0.83% | - |
| XYZ | 23.57 | 46.72 | 8.19 | - |
| YUV | 129.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 14 | 0.93 | 0 | 0.93 | 0.17 | 119.7 | 0.88 | 0.44 |
| Hex | F | D3 | E | 5D | 0 | 5D | 11 | 78 | 58 | 2C |
| Octal | 17 | 323 | 16 | 135 | 0 | 135 | 21 | 170 | 130 | 54 |
| Binary | 1111 | 11010011 | 1110 | 1011101 | 0 | 1011101 | 10001 | 1111000 | 1011000 | 101100 |
Color Harmonies of #0FD30E
Complementary color
Monochromatic Colors of #0FD30E
Black with #0FD30E
Text Example
Text Example
White with #0FD30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD30E; }
p { color: rgb(15,211,14); }
H1.HeaderClassName
{
color: #0FD30E;
}
.AnyTagClassName
{
color: #0FD30E;
}
</style>
background-color css
<style>
a { background-color: #0FD30E; }
a { background-color: rgb(15,211,14); }
div.DivClassName
{
background-color: #0FD30E;
}
.BgClassName
{
background-color: #0FD30E;
}
</style>
border-color css
<style>
span { border-color: #0FD30E; }
span { border-color: rgb(15,211,14); }
td.TdClassName
{
border-color: #0FD30E;
}
.TagClassName
{
border-color: #0FD30E;
}
</style>