Shades of Free Speech Green #0FE42B
Tints of Free Speech Green #0FE42B
RGB
CMYK
RGB Variations
Color information
#0FE42B (or 0x0FE42B) is known color: Free Speech Green. HEX triplet: 0F, E4 and 2B. RGB value is (15,228,43). Sum of RGB (Red+Green+Blue) = 15+228+43=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE42B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE42B is #F01BD4. Grayscale: #8F8F8F. Windows color (decimal): -15735765 or 2876431. OLE color: 2876431.
HSL color Cylindrical-coordinate representation of color #0FE42B: hue angle of 127.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE42B is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 43 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.11 |
| HSL | 127.89º | 0.88% | 0.48% | - |
| HSV(B) | 127.89º | 0.93% | 0.89% | - |
| XYZ | 28.38 | 55.76 | 11.55 | - |
| YUV | 143.22 | 71.43 | 36.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 43 | 0.93 | 0 | 0.81 | 0.11 | 127.89 | 0.88 | 0.48 |
| Hex | F | E4 | 2B | 5D | 0 | 51 | B | 80 | 58 | 30 |
| Octal | 17 | 344 | 53 | 135 | 0 | 121 | 13 | 200 | 130 | 60 |
| Binary | 1111 | 11100100 | 101011 | 1011101 | 0 | 1010001 | 1011 | 10000000 | 1011000 | 110000 |
Color Harmonies of #0FE42B
Complementary color
Monochromatic Colors of #0FE42B
Black with #0FE42B
Text Example
Text Example
White with #0FE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE42B; }
p { color: rgb(15,228,43); }
H1.HeaderClassName
{
color: #0FE42B;
}
.AnyTagClassName
{
color: #0FE42B;
}
</style>
background-color css
<style>
a { background-color: #0FE42B; }
a { background-color: rgb(15,228,43); }
div.DivClassName
{
background-color: #0FE42B;
}
.BgClassName
{
background-color: #0FE42B;
}
</style>
border-color css
<style>
span { border-color: #0FE42B; }
span { border-color: rgb(15,228,43); }
td.TdClassName
{
border-color: #0FE42B;
}
.TagClassName
{
border-color: #0FE42B;
}
</style>