Shades of Free Speech Green #0FE62E
Tints of Free Speech Green #0FE62E
RGB
CMYK
RGB Variations
Color information
#0FE62E (or 0x0FE62E) is known color: Free Speech Green. HEX triplet: 0F, E6 and 2E. RGB value is (15,230,46). Sum of RGB (Red+Green+Blue) = 15+230+46=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 230 (90.23% from 255 or 79.04% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE62E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE62E is #F019D1. Grayscale: #919191. Windows color (decimal): -15735250 or 3073551. OLE color: 3073551.
HSL color Cylindrical-coordinate representation of color #0FE62E: hue angle of 128.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE62E is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 46 | - |
| CMYK | 0.93 | 0 | 0.8 | 0.10 |
| HSL | 128.65º | 0.88% | 0.48% | - |
| HSV(B) | 128.65º | 0.93% | 0.9% | - |
| XYZ | 28.99 | 56.89 | 12.04 | - |
| YUV | 144.74 | 72.27 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 46 | 0.93 | 0 | 0.8 | 0.10 | 128.65 | 0.88 | 0.48 |
| Hex | F | E6 | 2E | 5D | 0 | 50 | A | 81 | 58 | 30 |
| Octal | 17 | 346 | 56 | 135 | 0 | 120 | 12 | 201 | 130 | 60 |
| Binary | 1111 | 11100110 | 101110 | 1011101 | 0 | 1010000 | 1010 | 10000001 | 1011000 | 110000 |
Color Harmonies of #0FE62E
Complementary color
Monochromatic Colors of #0FE62E
Black with #0FE62E
Text Example
Text Example
White with #0FE62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE62E; }
p { color: rgb(15,230,46); }
H1.HeaderClassName
{
color: #0FE62E;
}
.AnyTagClassName
{
color: #0FE62E;
}
</style>
background-color css
<style>
a { background-color: #0FE62E; }
a { background-color: rgb(15,230,46); }
div.DivClassName
{
background-color: #0FE62E;
}
.BgClassName
{
background-color: #0FE62E;
}
</style>
border-color css
<style>
span { border-color: #0FE62E; }
span { border-color: rgb(15,230,46); }
td.TdClassName
{
border-color: #0FE62E;
}
.TagClassName
{
border-color: #0FE62E;
}
</style>