Shades of Free Speech Green #0FE02D
Tints of Free Speech Green #0FE02D
RGB
CMYK
RGB Variations
Color information
#0FE02D (or 0x0FE02D) is known color: Free Speech Green. HEX triplet: 0F, E0 and 2D. RGB value is (15,224,45). Sum of RGB (Red+Green+Blue) = 15+224+45=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 224 (87.89% from 255 or 78.87% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE02D is #F01FD2. Grayscale: #8D8D8D. Windows color (decimal): -15736787 or 3006479. OLE color: 3006479.
HSL color Cylindrical-coordinate representation of color #0FE02D: hue angle of 128.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE02D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.12 |
| HSL | 128.61º | 0.87% | 0.47% | - |
| HSV(B) | 128.61º | 0.93% | 0.88% | - |
| XYZ | 27.33 | 53.6 | 11.39 | - |
| YUV | 141.1 | 73.76 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 45 | 0.93 | 0 | 0.80 | 0.12 | 128.61 | 0.87 | 0.47 |
| Hex | F | E0 | 2D | 5D | 0 | 50 | C | 81 | 57 | 2F |
| Octal | 17 | 340 | 55 | 135 | 0 | 120 | 14 | 201 | 127 | 57 |
| Binary | 1111 | 11100000 | 101101 | 1011101 | 0 | 1010000 | 1100 | 10000001 | 1010111 | 101111 |
Color Harmonies of #0FE02D
Complementary color
Monochromatic Colors of #0FE02D
Black with #0FE02D
Text Example
Text Example
White with #0FE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE02D; }
p { color: rgb(15,224,45); }
H1.HeaderClassName
{
color: #0FE02D;
}
.AnyTagClassName
{
color: #0FE02D;
}
</style>
background-color css
<style>
a { background-color: #0FE02D; }
a { background-color: rgb(15,224,45); }
div.DivClassName
{
background-color: #0FE02D;
}
.BgClassName
{
background-color: #0FE02D;
}
</style>
border-color css
<style>
span { border-color: #0FE02D; }
span { border-color: rgb(15,224,45); }
td.TdClassName
{
border-color: #0FE02D;
}
.TagClassName
{
border-color: #0FE02D;
}
</style>