Shades of Free Speech Green #0FE52E
Tints of Free Speech Green #0FE52E
RGB
CMYK
RGB Variations
Color information
#0FE52E (or 0x0FE52E) is known color: Free Speech Green. HEX triplet: 0F, E5 and 2E. RGB value is (15,229,46). Sum of RGB (Red+Green+Blue) = 15+229+46=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 229 (89.84% from 255 or 78.97% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE52E is #F01AD1. Grayscale: #909090. Windows color (decimal): -15735506 or 3073295. OLE color: 3073295.
HSL color Cylindrical-coordinate representation of color #0FE52E: hue angle of 128.69º 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 #0FE52E is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 46 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.10 |
| HSL | 128.69º | 0.88% | 0.48% | - |
| HSV(B) | 128.69º | 0.93% | 0.9% | - |
| XYZ | 28.71 | 56.34 | 11.95 | - |
| YUV | 144.15 | 72.6 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 46 | 0.93 | 0 | 0.80 | 0.10 | 128.69 | 0.88 | 0.48 |
| Hex | F | E5 | 2E | 5D | 0 | 50 | A | 81 | 58 | 30 |
| Octal | 17 | 345 | 56 | 135 | 0 | 120 | 12 | 201 | 130 | 60 |
| Binary | 1111 | 11100101 | 101110 | 1011101 | 0 | 1010000 | 1010 | 10000001 | 1011000 | 110000 |
Color Harmonies of #0FE52E
Complementary color
Monochromatic Colors of #0FE52E
Black with #0FE52E
Text Example
Text Example
White with #0FE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE52E; }
p { color: rgb(15,229,46); }
H1.HeaderClassName
{
color: #0FE52E;
}
.AnyTagClassName
{
color: #0FE52E;
}
</style>
background-color css
<style>
a { background-color: #0FE52E; }
a { background-color: rgb(15,229,46); }
div.DivClassName
{
background-color: #0FE52E;
}
.BgClassName
{
background-color: #0FE52E;
}
</style>
border-color css
<style>
span { border-color: #0FE52E; }
span { border-color: rgb(15,229,46); }
td.TdClassName
{
border-color: #0FE52E;
}
.TagClassName
{
border-color: #0FE52E;
}
</style>