Shades of Free Speech Green #02FF23
Tints of Free Speech Green #02FF23
RGB
CMYK
RGB Variations
Color information
#02FF23 (or 0x02FF23) is known color: Free Speech Green. HEX triplet: 02, FF and 23. RGB value is (2,255,35). Sum of RGB (Red+Green+Blue) = 2+255+35=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF23 is #FD00DC. Grayscale: #9A9A9A. Windows color (decimal): -16580829 or 2359042. OLE color: 2359042.
HSL color Cylindrical-coordinate representation of color #02FF23: hue angle of 127.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF23 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 35 | - |
| CMYK | 0.99 | 0 | 0.86 | 0 |
| HSL | 127.83º | 1% | 0.5% | - |
| HSV(B) | 127.83º | 0.99% | 1% | - |
| XYZ | 36.09 | 71.65 | 13.52 | - |
| YUV | 154.27 | 60.68 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 35 | 0.99 | 0 | 0.86 | 0 | 127.83 | 1 | 0.5 |
| Hex | 2 | FF | 23 | 63 | 0 | 56 | 0 | 80 | 64 | 32 |
| Octal | 2 | 377 | 43 | 143 | 0 | 126 | 0 | 200 | 144 | 62 |
| Binary | 10 | 11111111 | 100011 | 1100011 | 0 | 1010110 | 0 | 10000000 | 1100100 | 110010 |
Color Harmonies of #02FF23
Complementary color
Monochromatic Colors of #02FF23
Black with #02FF23
Text Example
Text Example
White with #02FF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF23; }
p { color: rgb(2,255,35); }
H1.HeaderClassName
{
color: #02FF23;
}
.AnyTagClassName
{
color: #02FF23;
}
</style>
background-color css
<style>
a { background-color: #02FF23; }
a { background-color: rgb(2,255,35); }
div.DivClassName
{
background-color: #02FF23;
}
.BgClassName
{
background-color: #02FF23;
}
</style>
border-color css
<style>
span { border-color: #02FF23; }
span { border-color: rgb(2,255,35); }
td.TdClassName
{
border-color: #02FF23;
}
.TagClassName
{
border-color: #02FF23;
}
</style>