Shades of Free Speech Green #0BEA31
Tints of Free Speech Green #0BEA31
RGB
CMYK
RGB Variations
Color information
#0BEA31 (or 0x0BEA31) is known color: Free Speech Green. HEX triplet: 0B, EA and 31. RGB value is (11,234,49). Sum of RGB (Red+Green+Blue) = 11+234+49=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 234 (91.80% from 255 or 79.59% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA31 is #F415CE. Grayscale: #929292. Windows color (decimal): -15996367 or 3271179. OLE color: 3271179.
HSL color Cylindrical-coordinate representation of color #0BEA31: hue angle of 130.22º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA31 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 49 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.08 |
| HSL | 130.22º | 0.91% | 0.48% | - |
| HSV(B) | 130.22º | 0.95% | 0.92% | - |
| XYZ | 30.12 | 59.14 | 12.73 | - |
| YUV | 146.23 | 73.12 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 49 | 0.95 | 0 | 0.79 | 0.08 | 130.22 | 0.91 | 0.48 |
| Hex | B | EA | 31 | 5F | 0 | 4F | 8 | 82 | 5B | 30 |
| Octal | 13 | 352 | 61 | 137 | 0 | 117 | 10 | 202 | 133 | 60 |
| Binary | 1011 | 11101010 | 110001 | 1011111 | 0 | 1001111 | 1000 | 10000010 | 1011011 | 110000 |
Color Harmonies of #0BEA31
Complementary color
Monochromatic Colors of #0BEA31
Black with #0BEA31
Text Example
Text Example
White with #0BEA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA31; }
p { color: rgb(11,234,49); }
H1.HeaderClassName
{
color: #0BEA31;
}
.AnyTagClassName
{
color: #0BEA31;
}
</style>
background-color css
<style>
a { background-color: #0BEA31; }
a { background-color: rgb(11,234,49); }
div.DivClassName
{
background-color: #0BEA31;
}
.BgClassName
{
background-color: #0BEA31;
}
</style>
border-color css
<style>
span { border-color: #0BEA31; }
span { border-color: rgb(11,234,49); }
td.TdClassName
{
border-color: #0BEA31;
}
.TagClassName
{
border-color: #0BEA31;
}
</style>