Shades of Free Speech Green #02DF23
Tints of Free Speech Green #02DF23
RGB
CMYK
RGB Variations
Color information
#02DF23 (or 0x02DF23) is known color: Free Speech Green. HEX triplet: 02, DF and 23. RGB value is (2,223,35). Sum of RGB (Red+Green+Blue) = 2+223+35=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 223 (87.5% from 255 or 85.77% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DF23 is #FD20DC. Grayscale: #888888. Windows color (decimal): -16589021 or 2350850. OLE color: 2350850.
HSL color Cylindrical-coordinate representation of color #02DF23: hue angle of 128.96º 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 #02DF23 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 35 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.13 |
| HSL | 128.96º | 0.98% | 0.44% | - |
| HSV(B) | 128.96º | 0.99% | 0.87% | - |
| XYZ | 26.72 | 52.91 | 10.39 | - |
| YUV | 135.49 | 71.28 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 35 | 0.99 | 0 | 0.84 | 0.13 | 128.96 | 0.98 | 0.44 |
| Hex | 2 | DF | 23 | 63 | 0 | 54 | D | 81 | 62 | 2C |
| Octal | 2 | 337 | 43 | 143 | 0 | 124 | 15 | 201 | 142 | 54 |
| Binary | 10 | 11011111 | 100011 | 1100011 | 0 | 1010100 | 1101 | 10000001 | 1100010 | 101100 |
Color Harmonies of #02DF23
Complementary color
Monochromatic Colors of #02DF23
Black with #02DF23
Text Example
Text Example
White with #02DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF23; }
p { color: rgb(2,223,35); }
H1.HeaderClassName
{
color: #02DF23;
}
.AnyTagClassName
{
color: #02DF23;
}
</style>
background-color css
<style>
a { background-color: #02DF23; }
a { background-color: rgb(2,223,35); }
div.DivClassName
{
background-color: #02DF23;
}
.BgClassName
{
background-color: #02DF23;
}
</style>
border-color css
<style>
span { border-color: #02DF23; }
span { border-color: rgb(2,223,35); }
td.TdClassName
{
border-color: #02DF23;
}
.TagClassName
{
border-color: #02DF23;
}
</style>