Shades of Free Speech Green #0BEF29
Tints of Free Speech Green #0BEF29
RGB
CMYK
RGB Variations
Color information
#0BEF29 (or 0x0BEF29) is known color: Free Speech Green. HEX triplet: 0B, EF and 29. RGB value is (11,239,41). Sum of RGB (Red+Green+Blue) = 11+239+41=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 239 (93.75% from 255 or 82.13% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEF29 is #F410D6. Grayscale: #949494. Windows color (decimal): -15995095 or 2748171. OLE color: 2748171.
HSL color Cylindrical-coordinate representation of color #0BEF29: hue angle of 127.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEF29 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 41 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.06 |
| HSL | 127.89º | 0.91% | 0.49% | - |
| HSV(B) | 127.89º | 0.95% | 0.94% | - |
| XYZ | 31.4 | 61.96 | 12.4 | - |
| YUV | 148.26 | 67.46 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 41 | 0.95 | 0 | 0.83 | 0.06 | 127.89 | 0.91 | 0.49 |
| Hex | B | EF | 29 | 5F | 0 | 53 | 6 | 80 | 5B | 31 |
| Octal | 13 | 357 | 51 | 137 | 0 | 123 | 6 | 200 | 133 | 61 |
| Binary | 1011 | 11101111 | 101001 | 1011111 | 0 | 1010011 | 110 | 10000000 | 1011011 | 110001 |
Color Harmonies of #0BEF29
Complementary color
Monochromatic Colors of #0BEF29
Black with #0BEF29
Text Example
Text Example
White with #0BEF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEF29; }
p { color: rgb(11,239,41); }
H1.HeaderClassName
{
color: #0BEF29;
}
.AnyTagClassName
{
color: #0BEF29;
}
</style>
background-color css
<style>
a { background-color: #0BEF29; }
a { background-color: rgb(11,239,41); }
div.DivClassName
{
background-color: #0BEF29;
}
.BgClassName
{
background-color: #0BEF29;
}
</style>
border-color css
<style>
span { border-color: #0BEF29; }
span { border-color: rgb(11,239,41); }
td.TdClassName
{
border-color: #0BEF29;
}
.TagClassName
{
border-color: #0BEF29;
}
</style>