Shades of Free Speech Green #0BF330
Tints of Free Speech Green #0BF330
RGB
CMYK
RGB Variations
Color information
#0BF330 (or 0x0BF330) is known color: Free Speech Green. HEX triplet: 0B, F3 and 30. RGB value is (11,243,48). Sum of RGB (Red+Green+Blue) = 11+243+48=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 243 (95.31% from 255 or 80.46% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 243 - color contains mainly: green. Hex color #0BF330 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF330 is #F40CCF. Grayscale: #979797. Windows color (decimal): -15994064 or 3207947. OLE color: 3207947.
HSL color Cylindrical-coordinate representation of color #0BF330: hue angle of 129.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF330 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 243 | 48 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.05 |
| HSL | 129.57º | 0.91% | 0.5% | - |
| HSV(B) | 129.57º | 0.95% | 0.95% | - |
| XYZ | 32.72 | 64.39 | 13.5 | - |
| YUV | 151.4 | 69.64 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 48 | 0.95 | 0 | 0.80 | 0.05 | 129.57 | 0.91 | 0.5 |
| Hex | B | F3 | 30 | 5F | 0 | 50 | 5 | 82 | 5B | 32 |
| Octal | 13 | 363 | 60 | 137 | 0 | 120 | 5 | 202 | 133 | 62 |
| Binary | 1011 | 11110011 | 110000 | 1011111 | 0 | 1010000 | 101 | 10000010 | 1011011 | 110010 |
Color Harmonies of #0BF330
Complementary color
Monochromatic Colors of #0BF330
Black with #0BF330
Text Example
Text Example
White with #0BF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF330; }
p { color: rgb(11,243,48); }
H1.HeaderClassName
{
color: #0BF330;
}
.AnyTagClassName
{
color: #0BF330;
}
</style>
background-color css
<style>
a { background-color: #0BF330; }
a { background-color: rgb(11,243,48); }
div.DivClassName
{
background-color: #0BF330;
}
.BgClassName
{
background-color: #0BF330;
}
</style>
border-color css
<style>
span { border-color: #0BF330; }
span { border-color: rgb(11,243,48); }
td.TdClassName
{
border-color: #0BF330;
}
.TagClassName
{
border-color: #0BF330;
}
</style>