Shades of Free Speech Green #23EC0D
Tints of Free Speech Green #23EC0D
RGB
CMYK
RGB Variations
Color information
#23EC0D (or 0x23EC0D) is known color: Free Speech Green. HEX triplet: 23, EC and 0D. RGB value is (35,236,13). Sum of RGB (Red+Green+Blue) = 35+236+13=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 236 (92.58% from 255 or 83.10% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 236 - color contains mainly: green. Hex color #23EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23EC0D is #DC13F2. Grayscale: #979797. Windows color (decimal): -14423027 or 912419. OLE color: 912419.
HSL color Cylindrical-coordinate representation of color #23EC0D: hue angle of 114.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23EC0D is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 236 | 13 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.07 |
| HSL | 114.08º | 0.9% | 0.49% | - |
| HSV(B) | 114.08º | 0.94% | 0.93% | - |
| XYZ | 30.76 | 60.38 | 10.41 | - |
| YUV | 150.48 | 50.41 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 236 | 13 | 0.85 | 0 | 0.94 | 0.07 | 114.08 | 0.9 | 0.49 |
| Hex | 23 | EC | D | 55 | 0 | 5E | 7 | 72 | 5A | 31 |
| Octal | 43 | 354 | 15 | 125 | 0 | 136 | 7 | 162 | 132 | 61 |
| Binary | 100011 | 11101100 | 1101 | 1010101 | 0 | 1011110 | 111 | 1110010 | 1011010 | 110001 |
Color Harmonies of #23EC0D
Complementary color
Monochromatic Colors of #23EC0D
Black with #23EC0D
Text Example
Text Example
White with #23EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EC0D; }
p { color: rgb(35,236,13); }
H1.HeaderClassName
{
color: #23EC0D;
}
.AnyTagClassName
{
color: #23EC0D;
}
</style>
background-color css
<style>
a { background-color: #23EC0D; }
a { background-color: rgb(35,236,13); }
div.DivClassName
{
background-color: #23EC0D;
}
.BgClassName
{
background-color: #23EC0D;
}
</style>
border-color css
<style>
span { border-color: #23EC0D; }
span { border-color: rgb(35,236,13); }
td.TdClassName
{
border-color: #23EC0D;
}
.TagClassName
{
border-color: #23EC0D;
}
</style>