Shades of Free Speech Green #02D719
Tints of Free Speech Green #02D719
RGB
CMYK
RGB Variations
Color information
#02D719 (or 0x02D719) is known color: Free Speech Green. HEX triplet: 02, D7 and 19. RGB value is (2,215,25). Sum of RGB (Red+Green+Blue) = 2+215+25=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 215 (84.38% from 255 or 88.84% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 215 - color contains mainly: green. Hex color #02D719 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D719 is #FD28E6. Grayscale: #828282. Windows color (decimal): -16591079 or 1693442. OLE color: 1693442.
HSL color Cylindrical-coordinate representation of color #02D719: hue angle of 126.48º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D719 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.16 |
| HSL | 126.48º | 0.98% | 0.43% | - |
| HSV(B) | 126.48º | 0.99% | 0.84% | - |
| XYZ | 24.5 | 48.68 | 9.03 | - |
| YUV | 129.65 | 68.93 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 25 | 0.99 | 0 | 0.88 | 0.16 | 126.48 | 0.98 | 0.43 |
| Hex | 2 | D7 | 19 | 63 | 0 | 58 | 10 | 7E | 62 | 2B |
| Octal | 2 | 327 | 31 | 143 | 0 | 130 | 20 | 176 | 142 | 53 |
| Binary | 10 | 11010111 | 11001 | 1100011 | 0 | 1011000 | 10000 | 1111110 | 1100010 | 101011 |
Color Harmonies of #02D719
Complementary color
Monochromatic Colors of #02D719
Black with #02D719
Text Example
Text Example
White with #02D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D719; }
p { color: rgb(2,215,25); }
H1.HeaderClassName
{
color: #02D719;
}
.AnyTagClassName
{
color: #02D719;
}
</style>
background-color css
<style>
a { background-color: #02D719; }
a { background-color: rgb(2,215,25); }
div.DivClassName
{
background-color: #02D719;
}
.BgClassName
{
background-color: #02D719;
}
</style>
border-color css
<style>
span { border-color: #02D719; }
span { border-color: rgb(2,215,25); }
td.TdClassName
{
border-color: #02D719;
}
.TagClassName
{
border-color: #02D719;
}
</style>