Shades of Free Speech Green #02D310
Tints of Free Speech Green #02D310
RGB
CMYK
RGB Variations
Color information
#02D310 (or 0x02D310) is known color: Free Speech Green. HEX triplet: 02, D3 and 10. RGB value is (2,211,16). Sum of RGB (Red+Green+Blue) = 2+211+16=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 211 (82.81% from 255 or 92.14% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 211 - color contains mainly: green. Hex color #02D310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D310 is #FD2CEF. Grayscale: #7E7E7E. Windows color (decimal): -16592112 or 1102594. OLE color: 1102594.
HSL color Cylindrical-coordinate representation of color #02D310: hue angle of 124.02º 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 #02D310 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 16 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.17 |
| HSL | 124.02º | 0.98% | 0.42% | - |
| HSV(B) | 124.02º | 0.99% | 0.83% | - |
| XYZ | 23.41 | 46.64 | 8.26 | - |
| YUV | 126.28 | 65.76 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 16 | 0.99 | 0 | 0.92 | 0.17 | 124.02 | 0.98 | 0.42 |
| Hex | 2 | D3 | 10 | 63 | 0 | 5C | 11 | 7C | 62 | 2A |
| Octal | 2 | 323 | 20 | 143 | 0 | 134 | 21 | 174 | 142 | 52 |
| Binary | 10 | 11010011 | 10000 | 1100011 | 0 | 1011100 | 10001 | 1111100 | 1100010 | 101010 |
Color Harmonies of #02D310
Complementary color
Monochromatic Colors of #02D310
Black with #02D310
Text Example
Text Example
White with #02D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D310; }
p { color: rgb(2,211,16); }
H1.HeaderClassName
{
color: #02D310;
}
.AnyTagClassName
{
color: #02D310;
}
</style>
background-color css
<style>
a { background-color: #02D310; }
a { background-color: rgb(2,211,16); }
div.DivClassName
{
background-color: #02D310;
}
.BgClassName
{
background-color: #02D310;
}
</style>
border-color css
<style>
span { border-color: #02D310; }
span { border-color: rgb(2,211,16); }
td.TdClassName
{
border-color: #02D310;
}
.TagClassName
{
border-color: #02D310;
}
</style>