Shades of Free Speech Green #14E72B
Tints of Free Speech Green #14E72B
RGB
CMYK
RGB Variations
Color information
#14E72B (or 0x14E72B) is known color: Free Speech Green. HEX triplet: 14, E7 and 2B. RGB value is (20,231,43). Sum of RGB (Red+Green+Blue) = 20+231+43=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 231 (90.62% from 255 or 78.57% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 231 - color contains mainly: green. Hex color #14E72B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E72B is #EB18D4. Grayscale: #939393. Windows color (decimal): -15407317 or 2877204. OLE color: 2877204.
HSL color Cylindrical-coordinate representation of color #14E72B: hue angle of 126.54º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E72B is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 231 | 43 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.09 |
| HSL | 126.54º | 0.84% | 0.49% | - |
| HSV(B) | 126.54º | 0.91% | 0.91% | - |
| XYZ | 29.3 | 57.47 | 11.83 | - |
| YUV | 146.48 | 69.6 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 231 | 43 | 0.91 | 0 | 0.81 | 0.09 | 126.54 | 0.84 | 0.49 |
| Hex | 14 | E7 | 2B | 5B | 0 | 51 | 9 | 7F | 54 | 31 |
| Octal | 24 | 347 | 53 | 133 | 0 | 121 | 11 | 177 | 124 | 61 |
| Binary | 10100 | 11100111 | 101011 | 1011011 | 0 | 1010001 | 1001 | 1111111 | 1010100 | 110001 |
Color Harmonies of #14E72B
Complementary color
Monochromatic Colors of #14E72B
Black with #14E72B
Text Example
Text Example
White with #14E72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E72B; }
p { color: rgb(20,231,43); }
H1.HeaderClassName
{
color: #14E72B;
}
.AnyTagClassName
{
color: #14E72B;
}
</style>
background-color css
<style>
a { background-color: #14E72B; }
a { background-color: rgb(20,231,43); }
div.DivClassName
{
background-color: #14E72B;
}
.BgClassName
{
background-color: #14E72B;
}
</style>
border-color css
<style>
span { border-color: #14E72B; }
span { border-color: rgb(20,231,43); }
td.TdClassName
{
border-color: #14E72B;
}
.TagClassName
{
border-color: #14E72B;
}
</style>