Shades of Free Speech Green #02DF18
Tints of Free Speech Green #02DF18
RGB
CMYK
RGB Variations
Color information
#02DF18 (or 0x02DF18) is known color: Free Speech Green. HEX triplet: 02, DF and 18. RGB value is (2,223,24). Sum of RGB (Red+Green+Blue) = 2+223+24=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 223 (87.5% from 255 or 89.56% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DF18 is #FD20E7. Grayscale: #868686. Windows color (decimal): -16589032 or 1629954. OLE color: 1629954.
HSL color Cylindrical-coordinate representation of color #02DF18: hue angle of 125.97º 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 #02DF18 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 24 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.13 |
| HSL | 125.97º | 0.98% | 0.44% | - |
| HSV(B) | 125.97º | 0.99% | 0.87% | - |
| XYZ | 26.58 | 52.85 | 9.67 | - |
| YUV | 134.24 | 65.78 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 24 | 0.99 | 0 | 0.89 | 0.13 | 125.97 | 0.98 | 0.44 |
| Hex | 2 | DF | 18 | 63 | 0 | 59 | D | 7E | 62 | 2C |
| Octal | 2 | 337 | 30 | 143 | 0 | 131 | 15 | 176 | 142 | 54 |
| Binary | 10 | 11011111 | 11000 | 1100011 | 0 | 1011001 | 1101 | 1111110 | 1100010 | 101100 |
Color Harmonies of #02DF18
Complementary color
Monochromatic Colors of #02DF18
Black with #02DF18
Text Example
Text Example
White with #02DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF18; }
p { color: rgb(2,223,24); }
H1.HeaderClassName
{
color: #02DF18;
}
.AnyTagClassName
{
color: #02DF18;
}
</style>
background-color css
<style>
a { background-color: #02DF18; }
a { background-color: rgb(2,223,24); }
div.DivClassName
{
background-color: #02DF18;
}
.BgClassName
{
background-color: #02DF18;
}
</style>
border-color css
<style>
span { border-color: #02DF18; }
span { border-color: rgb(2,223,24); }
td.TdClassName
{
border-color: #02DF18;
}
.TagClassName
{
border-color: #02DF18;
}
</style>