Shades of Free Speech Green #0BEB2A
Tints of Free Speech Green #0BEB2A
RGB
CMYK
RGB Variations
Color information
#0BEB2A (or 0x0BEB2A) is known color: Free Speech Green. HEX triplet: 0B, EB and 2A. RGB value is (11,235,42). Sum of RGB (Red+Green+Blue) = 11+235+42=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 235 (92.19% from 255 or 81.60% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 235 - color contains mainly: green. Hex color #0BEB2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEB2A is #F414D5. Grayscale: #929292. Windows color (decimal): -15996118 or 2812683. OLE color: 2812683.
HSL color Cylindrical-coordinate representation of color #0BEB2A: hue angle of 128.3º 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 #0BEB2A is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 235 | 42 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.08 |
| HSL | 128.3º | 0.91% | 0.48% | - |
| HSV(B) | 128.3º | 0.95% | 0.92% | - |
| XYZ | 30.26 | 59.65 | 12.11 | - |
| YUV | 146.02 | 69.29 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 42 | 0.95 | 0 | 0.82 | 0.08 | 128.3 | 0.91 | 0.48 |
| Hex | B | EB | 2A | 5F | 0 | 52 | 8 | 80 | 5B | 30 |
| Octal | 13 | 353 | 52 | 137 | 0 | 122 | 10 | 200 | 133 | 60 |
| Binary | 1011 | 11101011 | 101010 | 1011111 | 0 | 1010010 | 1000 | 10000000 | 1011011 | 110000 |
Color Harmonies of #0BEB2A
Complementary color
Monochromatic Colors of #0BEB2A
Black with #0BEB2A
Text Example
Text Example
White with #0BEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEB2A; }
p { color: rgb(11,235,42); }
H1.HeaderClassName
{
color: #0BEB2A;
}
.AnyTagClassName
{
color: #0BEB2A;
}
</style>
background-color css
<style>
a { background-color: #0BEB2A; }
a { background-color: rgb(11,235,42); }
div.DivClassName
{
background-color: #0BEB2A;
}
.BgClassName
{
background-color: #0BEB2A;
}
</style>
border-color css
<style>
span { border-color: #0BEB2A; }
span { border-color: rgb(11,235,42); }
td.TdClassName
{
border-color: #0BEB2A;
}
.TagClassName
{
border-color: #0BEB2A;
}
</style>