Shades of Free Speech Green #02D319
Tints of Free Speech Green #02D319
RGB
CMYK
RGB Variations
Color information
#02D319 (or 0x02D319) is known color: Free Speech Green. HEX triplet: 02, D3 and 19. RGB value is (2,211,25). Sum of RGB (Red+Green+Blue) = 2+211+25=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 211 (82.81% from 255 or 88.66% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 211 - color contains mainly: green. Hex color #02D319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D319 is #FD2CE6. Grayscale: #7F7F7F. Windows color (decimal): -16592103 or 1692418. OLE color: 1692418.
HSL color Cylindrical-coordinate representation of color #02D319: hue angle of 126.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D319 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.17 |
| HSL | 126.6º | 0.98% | 0.42% | - |
| HSV(B) | 126.6º | 0.99% | 0.83% | - |
| XYZ | 23.49 | 46.67 | 8.69 | - |
| YUV | 127.31 | 70.26 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 25 | 0.99 | 0 | 0.88 | 0.17 | 126.6 | 0.98 | 0.42 |
| Hex | 2 | D3 | 19 | 63 | 0 | 58 | 11 | 7F | 62 | 2A |
| Octal | 2 | 323 | 31 | 143 | 0 | 130 | 21 | 177 | 142 | 52 |
| Binary | 10 | 11010011 | 11001 | 1100011 | 0 | 1011000 | 10001 | 1111111 | 1100010 | 101010 |
Color Harmonies of #02D319
Complementary color
Monochromatic Colors of #02D319
Black with #02D319
Text Example
Text Example
White with #02D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D319; }
p { color: rgb(2,211,25); }
H1.HeaderClassName
{
color: #02D319;
}
.AnyTagClassName
{
color: #02D319;
}
</style>
background-color css
<style>
a { background-color: #02D319; }
a { background-color: rgb(2,211,25); }
div.DivClassName
{
background-color: #02D319;
}
.BgClassName
{
background-color: #02D319;
}
</style>
border-color css
<style>
span { border-color: #02D319; }
span { border-color: rgb(2,211,25); }
td.TdClassName
{
border-color: #02D319;
}
.TagClassName
{
border-color: #02D319;
}
</style>