Shades of Free Speech Green #0FE32B
Tints of Free Speech Green #0FE32B
RGB
CMYK
RGB Variations
Color information
#0FE32B (or 0x0FE32B) is known color: Free Speech Green. HEX triplet: 0F, E3 and 2B. RGB value is (15,227,43). Sum of RGB (Red+Green+Blue) = 15+227+43=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 227 (89.06% from 255 or 79.65% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE32B is #F01CD4. Grayscale: #8F8F8F. Windows color (decimal): -15736021 or 2876175. OLE color: 2876175.
HSL color Cylindrical-coordinate representation of color #0FE32B: hue angle of 127.92º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE32B is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 227 | 43 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.11 |
| HSL | 127.92º | 0.88% | 0.47% | - |
| HSV(B) | 127.92º | 0.93% | 0.89% | - |
| XYZ | 28.1 | 55.21 | 11.46 | - |
| YUV | 142.64 | 71.76 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 227 | 43 | 0.93 | 0 | 0.81 | 0.11 | 127.92 | 0.88 | 0.47 |
| Hex | F | E3 | 2B | 5D | 0 | 51 | B | 80 | 58 | 2F |
| Octal | 17 | 343 | 53 | 135 | 0 | 121 | 13 | 200 | 130 | 57 |
| Binary | 1111 | 11100011 | 101011 | 1011101 | 0 | 1010001 | 1011 | 10000000 | 1011000 | 101111 |
Color Harmonies of #0FE32B
Complementary color
Monochromatic Colors of #0FE32B
Black with #0FE32B
Text Example
Text Example
White with #0FE32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE32B; }
p { color: rgb(15,227,43); }
H1.HeaderClassName
{
color: #0FE32B;
}
.AnyTagClassName
{
color: #0FE32B;
}
</style>
background-color css
<style>
a { background-color: #0FE32B; }
a { background-color: rgb(15,227,43); }
div.DivClassName
{
background-color: #0FE32B;
}
.BgClassName
{
background-color: #0FE32B;
}
</style>
border-color css
<style>
span { border-color: #0FE32B; }
span { border-color: rgb(15,227,43); }
td.TdClassName
{
border-color: #0FE32B;
}
.TagClassName
{
border-color: #0FE32B;
}
</style>