Shades of Free Speech Green #0FFB1D
Tints of Free Speech Green #0FFB1D
RGB
CMYK
RGB Variations
Color information
#0FFB1D (or 0x0FFB1D) is known color: Free Speech Green. HEX triplet: 0F, FB and 1D. RGB value is (15,251,29). Sum of RGB (Red+Green+Blue) = 15+251+29=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 251 (98.44% from 255 or 85.08% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFB1D is #F004E2. Grayscale: #9B9B9B. Windows color (decimal): -15729891 or 1964815. OLE color: 1964815.
HSL color Cylindrical-coordinate representation of color #0FFB1D: hue angle of 123.56º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFB1D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 29 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.02 |
| HSL | 123.56º | 0.97% | 0.52% | - |
| HSV(B) | 123.56º | 0.94% | 0.98% | - |
| XYZ | 34.92 | 69.18 | 12.68 | - |
| YUV | 155.13 | 56.81 | 28.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 29 | 0.94 | 0 | 0.88 | 0.02 | 123.56 | 0.97 | 0.52 |
| Hex | F | FB | 1D | 5E | 0 | 58 | 2 | 7C | 61 | 34 |
| Octal | 17 | 373 | 35 | 136 | 0 | 130 | 2 | 174 | 141 | 64 |
| Binary | 1111 | 11111011 | 11101 | 1011110 | 0 | 1011000 | 10 | 1111100 | 1100001 | 110100 |
Color Harmonies of #0FFB1D
Complementary color
Monochromatic Colors of #0FFB1D
Black with #0FFB1D
Text Example
Text Example
White with #0FFB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFB1D; }
p { color: rgb(15,251,29); }
H1.HeaderClassName
{
color: #0FFB1D;
}
.AnyTagClassName
{
color: #0FFB1D;
}
</style>
background-color css
<style>
a { background-color: #0FFB1D; }
a { background-color: rgb(15,251,29); }
div.DivClassName
{
background-color: #0FFB1D;
}
.BgClassName
{
background-color: #0FFB1D;
}
</style>
border-color css
<style>
span { border-color: #0FFB1D; }
span { border-color: rgb(15,251,29); }
td.TdClassName
{
border-color: #0FFB1D;
}
.TagClassName
{
border-color: #0FFB1D;
}
</style>