Shades of Free Speech Green #0EFC2D
Tints of Free Speech Green #0EFC2D
RGB
CMYK
RGB Variations
Color information
#0EFC2D (or 0x0EFC2D) is known color: Free Speech Green. HEX triplet: 0E, FC and 2D. RGB value is (14,252,45). Sum of RGB (Red+Green+Blue) = 14+252+45=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 252 (98.83% from 255 or 81.03% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFC2D is #F103D2. Grayscale: #9D9D9D. Windows color (decimal): -15795155 or 3013646. OLE color: 3013646.
HSL color Cylindrical-coordinate representation of color #0EFC2D: hue angle of 127.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFC2D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 45 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.01 |
| HSL | 127.82º | 0.98% | 0.52% | - |
| HSV(B) | 127.82º | 0.94% | 0.99% | - |
| XYZ | 35.47 | 69.9 | 14.11 | - |
| YUV | 157.24 | 64.65 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 45 | 0.94 | 0 | 0.82 | 0.01 | 127.82 | 0.98 | 0.52 |
| Hex | E | FC | 2D | 5E | 0 | 52 | 1 | 80 | 62 | 34 |
| Octal | 16 | 374 | 55 | 136 | 0 | 122 | 1 | 200 | 142 | 64 |
| Binary | 1110 | 11111100 | 101101 | 1011110 | 0 | 1010010 | 1 | 10000000 | 1100010 | 110100 |
Color Harmonies of #0EFC2D
Complementary color
Monochromatic Colors of #0EFC2D
Black with #0EFC2D
Text Example
Text Example
White with #0EFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC2D; }
p { color: rgb(14,252,45); }
H1.HeaderClassName
{
color: #0EFC2D;
}
.AnyTagClassName
{
color: #0EFC2D;
}
</style>
background-color css
<style>
a { background-color: #0EFC2D; }
a { background-color: rgb(14,252,45); }
div.DivClassName
{
background-color: #0EFC2D;
}
.BgClassName
{
background-color: #0EFC2D;
}
</style>
border-color css
<style>
span { border-color: #0EFC2D; }
span { border-color: rgb(14,252,45); }
td.TdClassName
{
border-color: #0EFC2D;
}
.TagClassName
{
border-color: #0EFC2D;
}
</style>