Shades of Free Speech Green #02DF07
Tints of Free Speech Green #02DF07
RGB
CMYK
RGB Variations
Color information
#02DF07 (or 0x02DF07) is known color: Free Speech Green. HEX triplet: 02, DF and 07. RGB value is (2,223,7). Sum of RGB (Red+Green+Blue) = 2+223+7=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 223 (87.5% from 255 or 96.12% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DF07 is #FD20F8. Grayscale: #848484. Windows color (decimal): -16589049 or 515842. OLE color: 515842.
HSL color Cylindrical-coordinate representation of color #02DF07: hue angle of 121.36º 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 #02DF07 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 7 | - |
| CMYK | 0.99 | 0 | 0.97 | 0.13 |
| HSL | 121.36º | 0.98% | 0.44% | - |
| HSV(B) | 121.36º | 0.99% | 0.87% | - |
| XYZ | 26.45 | 52.8 | 9 | - |
| YUV | 132.3 | 57.28 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 7 | 0.99 | 0 | 0.97 | 0.13 | 121.36 | 0.98 | 0.44 |
| Hex | 2 | DF | 7 | 63 | 0 | 61 | D | 79 | 62 | 2C |
| Octal | 2 | 337 | 7 | 143 | 0 | 141 | 15 | 171 | 142 | 54 |
| Binary | 10 | 11011111 | 111 | 1100011 | 0 | 1100001 | 1101 | 1111001 | 1100010 | 101100 |
Color Harmonies of #02DF07
Complementary color
Monochromatic Colors of #02DF07
Black with #02DF07
Text Example
Text Example
White with #02DF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF07; }
p { color: rgb(2,223,7); }
H1.HeaderClassName
{
color: #02DF07;
}
.AnyTagClassName
{
color: #02DF07;
}
</style>
background-color css
<style>
a { background-color: #02DF07; }
a { background-color: rgb(2,223,7); }
div.DivClassName
{
background-color: #02DF07;
}
.BgClassName
{
background-color: #02DF07;
}
</style>
border-color css
<style>
span { border-color: #02DF07; }
span { border-color: rgb(2,223,7); }
td.TdClassName
{
border-color: #02DF07;
}
.TagClassName
{
border-color: #02DF07;
}
</style>