Shades of Free Speech Green #0BFE1D
Tints of Free Speech Green #0BFE1D
RGB
CMYK
RGB Variations
Color information
#0BFE1D (or 0x0BFE1D) is known color: Free Speech Green. HEX triplet: 0B, FE and 1D. RGB value is (11,254,29). Sum of RGB (Red+Green+Blue) = 11+254+29=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 254 (99.61% from 255 or 86.39% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFE1D is #F401E2. Grayscale: #9C9C9C. Windows color (decimal): -15991267 or 1965579. OLE color: 1965579.
HSL color Cylindrical-coordinate representation of color #0BFE1D: hue angle of 124.44º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFE1D is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 29 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.00 |
| HSL | 124.44º | 0.99% | 0.52% | - |
| HSV(B) | 124.44º | 0.96% | 1% | - |
| XYZ | 35.8 | 71.04 | 12.99 | - |
| YUV | 155.69 | 56.49 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 29 | 0.96 | 0 | 0.89 | 0.00 | 124.44 | 0.99 | 0.52 |
| Hex | B | FE | 1D | 60 | 0 | 59 | 0 | 7C | 63 | 34 |
| Octal | 13 | 376 | 35 | 140 | 0 | 131 | 0 | 174 | 143 | 64 |
| Binary | 1011 | 11111110 | 11101 | 1100000 | 0 | 1011001 | 0 | 1111100 | 1100011 | 110100 |
Color Harmonies of #0BFE1D
Complementary color
Monochromatic Colors of #0BFE1D
Black with #0BFE1D
Text Example
Text Example
White with #0BFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE1D; }
p { color: rgb(11,254,29); }
H1.HeaderClassName
{
color: #0BFE1D;
}
.AnyTagClassName
{
color: #0BFE1D;
}
</style>
background-color css
<style>
a { background-color: #0BFE1D; }
a { background-color: rgb(11,254,29); }
div.DivClassName
{
background-color: #0BFE1D;
}
.BgClassName
{
background-color: #0BFE1D;
}
</style>
border-color css
<style>
span { border-color: #0BFE1D; }
span { border-color: rgb(11,254,29); }
td.TdClassName
{
border-color: #0BFE1D;
}
.TagClassName
{
border-color: #0BFE1D;
}
</style>