Shades of Free Speech Green #0EFC1D
Tints of Free Speech Green #0EFC1D
RGB
CMYK
RGB Variations
Color information
#0EFC1D (or 0x0EFC1D) is known color: Free Speech Green. HEX triplet: 0E, FC and 1D. RGB value is (14,252,29). Sum of RGB (Red+Green+Blue) = 14+252+29=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 252 (98.83% from 255 or 85.42% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFC1D is #F103E2. Grayscale: #9C9C9C. Windows color (decimal): -15795171 or 1965070. OLE color: 1965070.
HSL color Cylindrical-coordinate representation of color #0EFC1D: hue angle of 123.78º 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 #0EFC1D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 252 | 29 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.01 |
| HSL | 123.78º | 0.98% | 0.52% | - |
| HSV(B) | 123.78º | 0.94% | 0.99% | - |
| XYZ | 35.21 | 69.8 | 12.78 | - |
| YUV | 155.42 | 56.65 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 252 | 29 | 0.94 | 0 | 0.88 | 0.01 | 123.78 | 0.98 | 0.52 |
| Hex | E | FC | 1D | 5E | 0 | 58 | 1 | 7C | 62 | 34 |
| Octal | 16 | 374 | 35 | 136 | 0 | 130 | 1 | 174 | 142 | 64 |
| Binary | 1110 | 11111100 | 11101 | 1011110 | 0 | 1011000 | 1 | 1111100 | 1100010 | 110100 |
Color Harmonies of #0EFC1D
Complementary color
Monochromatic Colors of #0EFC1D
Black with #0EFC1D
Text Example
Text Example
White with #0EFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFC1D; }
p { color: rgb(14,252,29); }
H1.HeaderClassName
{
color: #0EFC1D;
}
.AnyTagClassName
{
color: #0EFC1D;
}
</style>
background-color css
<style>
a { background-color: #0EFC1D; }
a { background-color: rgb(14,252,29); }
div.DivClassName
{
background-color: #0EFC1D;
}
.BgClassName
{
background-color: #0EFC1D;
}
</style>
border-color css
<style>
span { border-color: #0EFC1D; }
span { border-color: rgb(14,252,29); }
td.TdClassName
{
border-color: #0EFC1D;
}
.TagClassName
{
border-color: #0EFC1D;
}
</style>