Shades of Free Speech Green #23D700
Tints of Free Speech Green #23D700
RGB
CMYK
RGB Variations
Color information
#23D700 (or 0x23D700) is known color: Free Speech Green. HEX triplet: 23, D7 and 00. RGB value is (35,215,0). Sum of RGB (Red+Green+Blue) = 35+215+0=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 215 (84.38% from 255 or 86% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 215 - color contains mainly: green. Hex color #23D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D700 is #DC28FF. Grayscale: #898989. Windows color (decimal): -14428416 or 55075. OLE color: 55075.
HSL color Cylindrical-coordinate representation of color #23D700: hue angle of 110.23º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23D700 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 215 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.16 |
| HSL | 110.23º | 1% | 0.42% | - |
| HSV(B) | 110.23º | 1% | 0.84% | - |
| XYZ | 24.99 | 48.96 | 8.13 | - |
| YUV | 136.67 | 50.87 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 215 | 0 | 0.84 | 0 | 1 | 0.16 | 110.23 | 1 | 0.42 |
| Hex | 23 | D7 | 0 | 54 | 0 | 64 | 10 | 6E | 64 | 2A |
| Octal | 43 | 327 | 0 | 124 | 0 | 144 | 20 | 156 | 144 | 52 |
| Binary | 100011 | 11010111 | 0 | 1010100 | 0 | 1100100 | 10000 | 1101110 | 1100100 | 101010 |
Color Harmonies of #23D700
Complementary color
Monochromatic Colors of #23D700
Black with #23D700
Text Example
Text Example
White with #23D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D700; }
p { color: rgb(35,215,0); }
H1.HeaderClassName
{
color: #23D700;
}
.AnyTagClassName
{
color: #23D700;
}
</style>
background-color css
<style>
a { background-color: #23D700; }
a { background-color: rgb(35,215,0); }
div.DivClassName
{
background-color: #23D700;
}
.BgClassName
{
background-color: #23D700;
}
</style>
border-color css
<style>
span { border-color: #23D700; }
span { border-color: rgb(35,215,0); }
td.TdClassName
{
border-color: #23D700;
}
.TagClassName
{
border-color: #23D700;
}
</style>