Shades of Free Speech Green #23EE0F
Tints of Free Speech Green #23EE0F
RGB
CMYK
RGB Variations
Color information
#23EE0F (or 0x23EE0F) is known color: Free Speech Green. HEX triplet: 23, EE and 0F. RGB value is (35,238,15). Sum of RGB (Red+Green+Blue) = 35+238+15=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 238 (93.36% from 255 or 82.64% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 238 - color contains mainly: green. Hex color #23EE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23EE0F is #DC11F0. Grayscale: #989898. Windows color (decimal): -14422513 or 1044003. OLE color: 1044003.
HSL color Cylindrical-coordinate representation of color #23EE0F: hue angle of 114.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23EE0F is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 238 | 15 | - |
| CMYK | 0.85 | 0 | 0.94 | 0.07 |
| HSL | 114.62º | 0.88% | 0.5% | - |
| HSV(B) | 114.62º | 0.94% | 0.93% | - |
| XYZ | 31.35 | 61.54 | 10.68 | - |
| YUV | 151.88 | 50.75 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 238 | 15 | 0.85 | 0 | 0.94 | 0.07 | 114.62 | 0.88 | 0.5 |
| Hex | 23 | EE | F | 55 | 0 | 5E | 7 | 73 | 58 | 32 |
| Octal | 43 | 356 | 17 | 125 | 0 | 136 | 7 | 163 | 130 | 62 |
| Binary | 100011 | 11101110 | 1111 | 1010101 | 0 | 1011110 | 111 | 1110011 | 1011000 | 110010 |
Color Harmonies of #23EE0F
Complementary color
Monochromatic Colors of #23EE0F
Black with #23EE0F
Text Example
Text Example
White with #23EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23EE0F; }
p { color: rgb(35,238,15); }
H1.HeaderClassName
{
color: #23EE0F;
}
.AnyTagClassName
{
color: #23EE0F;
}
</style>
background-color css
<style>
a { background-color: #23EE0F; }
a { background-color: rgb(35,238,15); }
div.DivClassName
{
background-color: #23EE0F;
}
.BgClassName
{
background-color: #23EE0F;
}
</style>
border-color css
<style>
span { border-color: #23EE0F; }
span { border-color: rgb(35,238,15); }
td.TdClassName
{
border-color: #23EE0F;
}
.TagClassName
{
border-color: #23EE0F;
}
</style>