Shades of Free Speech Green #23DF02
Tints of Free Speech Green #23DF02
RGB
CMYK
RGB Variations
Color information
#23DF02 (or 0x23DF02) is known color: Free Speech Green. HEX triplet: 23, DF and 02. RGB value is (35,223,2). Sum of RGB (Red+Green+Blue) = 35+223+2=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 223 (87.5% from 255 or 85.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 223 - color contains mainly: green. Hex color #23DF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DF02 is #DC20FD. Grayscale: #8E8E8E. Windows color (decimal): -14426366 or 188195. OLE color: 188195.
HSL color Cylindrical-coordinate representation of color #23DF02: hue angle of 111.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23DF02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 223 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.13 |
| HSL | 111.04º | 0.98% | 0.44% | - |
| HSV(B) | 111.04º | 0.99% | 0.87% | - |
| XYZ | 27.09 | 53.14 | 8.89 | - |
| YUV | 141.59 | 49.22 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 223 | 2 | 0.84 | 0 | 0.99 | 0.13 | 111.04 | 0.98 | 0.44 |
| Hex | 23 | DF | 2 | 54 | 0 | 63 | D | 6F | 62 | 2C |
| Octal | 43 | 337 | 2 | 124 | 0 | 143 | 15 | 157 | 142 | 54 |
| Binary | 100011 | 11011111 | 10 | 1010100 | 0 | 1100011 | 1101 | 1101111 | 1100010 | 101100 |
Color Harmonies of #23DF02
Complementary color
Monochromatic Colors of #23DF02
Black with #23DF02
Text Example
Text Example
White with #23DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23DF02; }
p { color: rgb(35,223,2); }
H1.HeaderClassName
{
color: #23DF02;
}
.AnyTagClassName
{
color: #23DF02;
}
</style>
background-color css
<style>
a { background-color: #23DF02; }
a { background-color: rgb(35,223,2); }
div.DivClassName
{
background-color: #23DF02;
}
.BgClassName
{
background-color: #23DF02;
}
</style>
border-color css
<style>
span { border-color: #23DF02; }
span { border-color: rgb(35,223,2); }
td.TdClassName
{
border-color: #23DF02;
}
.TagClassName
{
border-color: #23DF02;
}
</style>