Shades of Free Speech Green #0BEA30
Tints of Free Speech Green #0BEA30
RGB
CMYK
RGB Variations
Color information
#0BEA30 (or 0x0BEA30) is known color: Free Speech Green. HEX triplet: 0B, EA and 30. RGB value is (11,234,48). Sum of RGB (Red+Green+Blue) = 11+234+48=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 234 (91.80% from 255 or 79.86% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA30 is #F415CF. Grayscale: #929292. Windows color (decimal): -15996368 or 3205643. OLE color: 3205643.
HSL color Cylindrical-coordinate representation of color #0BEA30: hue angle of 129.96º 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 #0BEA30 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 48 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.08 |
| HSL | 129.96º | 0.91% | 0.48% | - |
| HSV(B) | 129.96º | 0.95% | 0.92% | - |
| XYZ | 30.09 | 59.13 | 12.62 | - |
| YUV | 146.12 | 72.62 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 48 | 0.95 | 0 | 0.79 | 0.08 | 129.96 | 0.91 | 0.48 |
| Hex | B | EA | 30 | 5F | 0 | 4F | 8 | 82 | 5B | 30 |
| Octal | 13 | 352 | 60 | 137 | 0 | 117 | 10 | 202 | 133 | 60 |
| Binary | 1011 | 11101010 | 110000 | 1011111 | 0 | 1001111 | 1000 | 10000010 | 1011011 | 110000 |
Color Harmonies of #0BEA30
Complementary color
Monochromatic Colors of #0BEA30
Black with #0BEA30
Text Example
Text Example
White with #0BEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA30; }
p { color: rgb(11,234,48); }
H1.HeaderClassName
{
color: #0BEA30;
}
.AnyTagClassName
{
color: #0BEA30;
}
</style>
background-color css
<style>
a { background-color: #0BEA30; }
a { background-color: rgb(11,234,48); }
div.DivClassName
{
background-color: #0BEA30;
}
.BgClassName
{
background-color: #0BEA30;
}
</style>
border-color css
<style>
span { border-color: #0BEA30; }
span { border-color: rgb(11,234,48); }
td.TdClassName
{
border-color: #0BEA30;
}
.TagClassName
{
border-color: #0BEA30;
}
</style>