Shades of Free Speech Green #0BFF2A
Tints of Free Speech Green #0BFF2A
RGB
CMYK
RGB Variations
Color information
#0BFF2A (or 0x0BFF2A) is known color: Free Speech Green. HEX triplet: 0B, FF and 2A. RGB value is (11,255,42). Sum of RGB (Red+Green+Blue) = 11+255+42=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 255 (100% from 255 or 82.79% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFF2A is #F400D5. Grayscale: #9E9E9E. Windows color (decimal): -15990998 or 2817803. OLE color: 2817803.
HSL color Cylindrical-coordinate representation of color #0BFF2A: hue angle of 127.62º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF2A is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 42 | - |
| CMYK | 0.96 | 0 | 0.84 | 0 |
| HSL | 127.62º | 1% | 0.52% | - |
| HSV(B) | 127.62º | 0.96% | 1% | - |
| XYZ | 36.32 | 71.76 | 14.13 | - |
| YUV | 157.76 | 62.66 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 42 | 0.96 | 0 | 0.84 | 0 | 127.62 | 1 | 0.52 |
| Hex | B | FF | 2A | 60 | 0 | 54 | 0 | 80 | 64 | 34 |
| Octal | 13 | 377 | 52 | 140 | 0 | 124 | 0 | 200 | 144 | 64 |
| Binary | 1011 | 11111111 | 101010 | 1100000 | 0 | 1010100 | 0 | 10000000 | 1100100 | 110100 |
Color Harmonies of #0BFF2A
Complementary color
Monochromatic Colors of #0BFF2A
Black with #0BFF2A
Text Example
Text Example
White with #0BFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF2A; }
p { color: rgb(11,255,42); }
H1.HeaderClassName
{
color: #0BFF2A;
}
.AnyTagClassName
{
color: #0BFF2A;
}
</style>
background-color css
<style>
a { background-color: #0BFF2A; }
a { background-color: rgb(11,255,42); }
div.DivClassName
{
background-color: #0BFF2A;
}
.BgClassName
{
background-color: #0BFF2A;
}
</style>
border-color css
<style>
span { border-color: #0BFF2A; }
span { border-color: rgb(11,255,42); }
td.TdClassName
{
border-color: #0BFF2A;
}
.TagClassName
{
border-color: #0BFF2A;
}
</style>