Shades of Free Speech Green #23ED0D
Tints of Free Speech Green #23ED0D
RGB
CMYK
RGB Variations
Color information
#23ED0D (or 0x23ED0D) is known color: Free Speech Green. HEX triplet: 23, ED and 0D. RGB value is (35,237,13). Sum of RGB (Red+Green+Blue) = 35+237+13=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 237 (92.97% from 255 or 83.16% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 237 - color contains mainly: green. Hex color #23ED0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23ED0D is #DC12F2. Grayscale: #979797. Windows color (decimal): -14422771 or 912675. OLE color: 912675.
HSL color Cylindrical-coordinate representation of color #23ED0D: hue angle of 114.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23ED0D is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 237 | 13 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.07 |
| HSL | 114.11º | 0.9% | 0.49% | - |
| HSV(B) | 114.11º | 0.95% | 0.93% | - |
| XYZ | 31.05 | 60.95 | 10.51 | - |
| YUV | 151.07 | 50.08 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 237 | 13 | 0.85 | 0 | 0.95 | 0.07 | 114.11 | 0.9 | 0.49 |
| Hex | 23 | ED | D | 55 | 0 | 5F | 7 | 72 | 5A | 31 |
| Octal | 43 | 355 | 15 | 125 | 0 | 137 | 7 | 162 | 132 | 61 |
| Binary | 100011 | 11101101 | 1101 | 1010101 | 0 | 1011111 | 111 | 1110010 | 1011010 | 110001 |
Color Harmonies of #23ED0D
Complementary color
Monochromatic Colors of #23ED0D
Black with #23ED0D
Text Example
Text Example
White with #23ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ED0D; }
p { color: rgb(35,237,13); }
H1.HeaderClassName
{
color: #23ED0D;
}
.AnyTagClassName
{
color: #23ED0D;
}
</style>
background-color css
<style>
a { background-color: #23ED0D; }
a { background-color: rgb(35,237,13); }
div.DivClassName
{
background-color: #23ED0D;
}
.BgClassName
{
background-color: #23ED0D;
}
</style>
border-color css
<style>
span { border-color: #23ED0D; }
span { border-color: rgb(35,237,13); }
td.TdClassName
{
border-color: #23ED0D;
}
.TagClassName
{
border-color: #23ED0D;
}
</style>