Shades of Free Speech Green #23DF11
Tints of Free Speech Green #23DF11
RGB
CMYK
RGB Variations
Color information
#23DF11 (or 0x23DF11) is known color: Free Speech Green. HEX triplet: 23, DF and 11. RGB value is (35,223,17). Sum of RGB (Red+Green+Blue) = 35+223+17=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 223 (87.5% from 255 or 81.09% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 223 - color contains mainly: green. Hex color #23DF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DF11 is #DC20EE. Grayscale: #8F8F8F. Windows color (decimal): -14426351 or 1171235. OLE color: 1171235.
HSL color Cylindrical-coordinate representation of color #23DF11: hue angle of 114.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23DF11 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 17 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.13 |
| HSL | 114.76º | 0.86% | 0.47% | - |
| HSV(B) | 114.76º | 0.92% | 0.87% | - |
| XYZ | 27.18 | 53.17 | 9.36 | - |
| YUV | 143.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 17 | 0.84 | 0 | 0.92 | 0.13 | 114.76 | 0.86 | 0.47 |
| Hex | 23 | DF | 11 | 54 | 0 | 5C | D | 73 | 56 | 2F |
| Octal | 43 | 337 | 21 | 124 | 0 | 134 | 15 | 163 | 126 | 57 |
| Binary | 100011 | 11011111 | 10001 | 1010100 | 0 | 1011100 | 1101 | 1110011 | 1010110 | 101111 |
Color Harmonies of #23DF11
Complementary color
Monochromatic Colors of #23DF11
Black with #23DF11
Text Example
Text Example
White with #23DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DF11; }
p { color: rgb(35,223,17); }
H1.HeaderClassName
{
color: #23DF11;
}
.AnyTagClassName
{
color: #23DF11;
}
</style>
background-color css
<style>
a { background-color: #23DF11; }
a { background-color: rgb(35,223,17); }
div.DivClassName
{
background-color: #23DF11;
}
.BgClassName
{
background-color: #23DF11;
}
</style>
border-color css
<style>
span { border-color: #23DF11; }
span { border-color: rgb(35,223,17); }
td.TdClassName
{
border-color: #23DF11;
}
.TagClassName
{
border-color: #23DF11;
}
</style>