Shades of Free Speech Green #0BDE1E
Tints of Free Speech Green #0BDE1E
RGB
CMYK
RGB Variations
Color information
#0BDE1E (or 0x0BDE1E) is known color: Free Speech Green. HEX triplet: 0B, DE and 1E. RGB value is (11,222,30). Sum of RGB (Red+Green+Blue) = 11+222+30=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 222 (87.11% from 255 or 84.41% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BDE1E is #F421E1. Grayscale: #898989. Windows color (decimal): -15999458 or 2022923. OLE color: 2022923.
HSL color Cylindrical-coordinate representation of color #0BDE1E: hue angle of 125.4º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDE1E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 30 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.13 |
| HSL | 125.4º | 0.91% | 0.46% | - |
| HSV(B) | 125.4º | 0.95% | 0.87% | - |
| XYZ | 26.49 | 52.41 | 9.95 | - |
| YUV | 137.02 | 67.6 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 30 | 0.95 | 0 | 0.86 | 0.13 | 125.4 | 0.91 | 0.46 |
| Hex | B | DE | 1E | 5F | 0 | 56 | D | 7D | 5B | 2E |
| Octal | 13 | 336 | 36 | 137 | 0 | 126 | 15 | 175 | 133 | 56 |
| Binary | 1011 | 11011110 | 11110 | 1011111 | 0 | 1010110 | 1101 | 1111101 | 1011011 | 101110 |
Color Harmonies of #0BDE1E
Complementary color
Monochromatic Colors of #0BDE1E
Black with #0BDE1E
Text Example
Text Example
White with #0BDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDE1E; }
p { color: rgb(11,222,30); }
H1.HeaderClassName
{
color: #0BDE1E;
}
.AnyTagClassName
{
color: #0BDE1E;
}
</style>
background-color css
<style>
a { background-color: #0BDE1E; }
a { background-color: rgb(11,222,30); }
div.DivClassName
{
background-color: #0BDE1E;
}
.BgClassName
{
background-color: #0BDE1E;
}
</style>
border-color css
<style>
span { border-color: #0BDE1E; }
span { border-color: rgb(11,222,30); }
td.TdClassName
{
border-color: #0BDE1E;
}
.TagClassName
{
border-color: #0BDE1E;
}
</style>