Shades of Free Speech Green #0BE52C
Tints of Free Speech Green #0BE52C
RGB
CMYK
RGB Variations
Color information
#0BE52C (or 0x0BE52C) is known color: Free Speech Green. HEX triplet: 0B, E5 and 2C. RGB value is (11,229,44). Sum of RGB (Red+Green+Blue) = 11+229+44=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 229 (89.84% from 255 or 80.63% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BE52C is #F41AD3. Grayscale: #8F8F8F. Windows color (decimal): -15997652 or 2942219. OLE color: 2942219.
HSL color Cylindrical-coordinate representation of color #0BE52C: hue angle of 129.08º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE52C is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 44 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.10 |
| HSL | 129.08º | 0.91% | 0.47% | - |
| HSV(B) | 129.08º | 0.95% | 0.9% | - |
| XYZ | 28.61 | 56.29 | 11.74 | - |
| YUV | 142.73 | 72.28 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 44 | 0.95 | 0 | 0.81 | 0.10 | 129.08 | 0.91 | 0.47 |
| Hex | B | E5 | 2C | 5F | 0 | 51 | A | 81 | 5B | 2F |
| Octal | 13 | 345 | 54 | 137 | 0 | 121 | 12 | 201 | 133 | 57 |
| Binary | 1011 | 11100101 | 101100 | 1011111 | 0 | 1010001 | 1010 | 10000001 | 1011011 | 101111 |
Color Harmonies of #0BE52C
Complementary color
Monochromatic Colors of #0BE52C
Black with #0BE52C
Text Example
Text Example
White with #0BE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE52C; }
p { color: rgb(11,229,44); }
H1.HeaderClassName
{
color: #0BE52C;
}
.AnyTagClassName
{
color: #0BE52C;
}
</style>
background-color css
<style>
a { background-color: #0BE52C; }
a { background-color: rgb(11,229,44); }
div.DivClassName
{
background-color: #0BE52C;
}
.BgClassName
{
background-color: #0BE52C;
}
</style>
border-color css
<style>
span { border-color: #0BE52C; }
span { border-color: rgb(11,229,44); }
td.TdClassName
{
border-color: #0BE52C;
}
.TagClassName
{
border-color: #0BE52C;
}
</style>