Shades of Free Speech Green #0BE30D
Tints of Free Speech Green #0BE30D
RGB
CMYK
RGB Variations
Color information
#0BE30D (or 0x0BE30D) is known color: Free Speech Green. HEX triplet: 0B, E3 and 0D. RGB value is (11,227,13). Sum of RGB (Red+Green+Blue) = 11+227+13=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 227 (89.06% from 255 or 90.44% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE30D is #F41CF2. Grayscale: #8A8A8A. Windows color (decimal): -15998195 or 910091. OLE color: 910091.
HSL color Cylindrical-coordinate representation of color #0BE30D: hue angle of 120.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE30D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.11 |
| HSL | 120.56º | 0.91% | 0.47% | - |
| HSV(B) | 120.56º | 0.95% | 0.89% | - |
| XYZ | 27.68 | 55.04 | 9.55 | - |
| YUV | 138.02 | 57.44 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 13 | 0.95 | 0 | 0.94 | 0.11 | 120.56 | 0.91 | 0.47 |
| Hex | B | E3 | D | 5F | 0 | 5E | B | 79 | 5B | 2F |
| Octal | 13 | 343 | 15 | 137 | 0 | 136 | 13 | 171 | 133 | 57 |
| Binary | 1011 | 11100011 | 1101 | 1011111 | 0 | 1011110 | 1011 | 1111001 | 1011011 | 101111 |
Color Harmonies of #0BE30D
Complementary color
Monochromatic Colors of #0BE30D
Black with #0BE30D
Text Example
Text Example
White with #0BE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE30D; }
p { color: rgb(11,227,13); }
H1.HeaderClassName
{
color: #0BE30D;
}
.AnyTagClassName
{
color: #0BE30D;
}
</style>
background-color css
<style>
a { background-color: #0BE30D; }
a { background-color: rgb(11,227,13); }
div.DivClassName
{
background-color: #0BE30D;
}
.BgClassName
{
background-color: #0BE30D;
}
</style>
border-color css
<style>
span { border-color: #0BE30D; }
span { border-color: rgb(11,227,13); }
td.TdClassName
{
border-color: #0BE30D;
}
.TagClassName
{
border-color: #0BE30D;
}
</style>