Shades of Free Speech Green #02D305
Tints of Free Speech Green #02D305
RGB
CMYK
RGB Variations
Color information
#02D305 (or 0x02D305) is known color: Free Speech Green. HEX triplet: 02, D3 and 05. RGB value is (2,211,5). Sum of RGB (Red+Green+Blue) = 2+211+5=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 211 (82.81% from 255 or 96.79% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 211 - color contains mainly: green. Hex color #02D305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D305 is #FD2CFA. Grayscale: #7D7D7D. Windows color (decimal): -16592123 or 381698. OLE color: 381698.
HSL color Cylindrical-coordinate representation of color #02D305: hue angle of 120.86º 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 #02D305 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 5 | - |
| CMYK | 0.99 | 0 | 0.98 | 0.17 |
| HSL | 120.86º | 0.98% | 0.42% | - |
| HSV(B) | 120.86º | 0.99% | 0.83% | - |
| XYZ | 23.35 | 46.61 | 7.91 | - |
| YUV | 125.03 | 60.26 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 5 | 0.99 | 0 | 0.98 | 0.17 | 120.86 | 0.98 | 0.42 |
| Hex | 2 | D3 | 5 | 63 | 0 | 62 | 11 | 79 | 62 | 2A |
| Octal | 2 | 323 | 5 | 143 | 0 | 142 | 21 | 171 | 142 | 52 |
| Binary | 10 | 11010011 | 101 | 1100011 | 0 | 1100010 | 10001 | 1111001 | 1100010 | 101010 |
Color Harmonies of #02D305
Complementary color
Monochromatic Colors of #02D305
Black with #02D305
Text Example
Text Example
White with #02D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D305; }
p { color: rgb(2,211,5); }
H1.HeaderClassName
{
color: #02D305;
}
.AnyTagClassName
{
color: #02D305;
}
</style>
background-color css
<style>
a { background-color: #02D305; }
a { background-color: rgb(2,211,5); }
div.DivClassName
{
background-color: #02D305;
}
.BgClassName
{
background-color: #02D305;
}
</style>
border-color css
<style>
span { border-color: #02D305; }
span { border-color: rgb(2,211,5); }
td.TdClassName
{
border-color: #02D305;
}
.TagClassName
{
border-color: #02D305;
}
</style>