Shades of Free Speech Green #23F211
Tints of Free Speech Green #23F211
RGB
CMYK
RGB Variations
Color information
#23F211 (or 0x23F211) is known color: Free Speech Green. HEX triplet: 23, F2 and 11. RGB value is (35,242,17). Sum of RGB (Red+Green+Blue) = 35+242+17=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #23F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23F211 is #DC0DEE. Grayscale: #9B9B9B. Windows color (decimal): -14421487 or 1176099. OLE color: 1176099.
HSL color Cylindrical-coordinate representation of color #23F211: hue angle of 115.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23F211 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 242 | 17 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.05 |
| HSL | 115.2º | 0.9% | 0.51% | - |
| HSV(B) | 115.2º | 0.93% | 0.95% | - |
| XYZ | 32.55 | 63.9 | 11.15 | - |
| YUV | 154.46 | 50.42 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 242 | 17 | 0.86 | 0 | 0.93 | 0.05 | 115.2 | 0.9 | 0.51 |
| Hex | 23 | F2 | 11 | 56 | 0 | 5D | 5 | 73 | 5A | 33 |
| Octal | 43 | 362 | 21 | 126 | 0 | 135 | 5 | 163 | 132 | 63 |
| Binary | 100011 | 11110010 | 10001 | 1010110 | 0 | 1011101 | 101 | 1110011 | 1011010 | 110011 |
Color Harmonies of #23F211
Complementary color
Monochromatic Colors of #23F211
Black with #23F211
Text Example
Text Example
White with #23F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F211; }
p { color: rgb(35,242,17); }
H1.HeaderClassName
{
color: #23F211;
}
.AnyTagClassName
{
color: #23F211;
}
</style>
background-color css
<style>
a { background-color: #23F211; }
a { background-color: rgb(35,242,17); }
div.DivClassName
{
background-color: #23F211;
}
.BgClassName
{
background-color: #23F211;
}
</style>
border-color css
<style>
span { border-color: #23F211; }
span { border-color: rgb(35,242,17); }
td.TdClassName
{
border-color: #23F211;
}
.TagClassName
{
border-color: #23F211;
}
</style>