Shades of Free Speech Green #02D511
Tints of Free Speech Green #02D511
RGB
CMYK
RGB Variations
Color information
#02D511 (or 0x02D511) is known color: Free Speech Green. HEX triplet: 02, D5 and 11. RGB value is (2,213,17). Sum of RGB (Red+Green+Blue) = 2+213+17=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 213 (83.59% from 255 or 91.81% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 213 - color contains mainly: green. Hex color #02D511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D511 is #FD2AEE. Grayscale: #808080. Windows color (decimal): -16591599 or 1168642. OLE color: 1168642.
HSL color Cylindrical-coordinate representation of color #02D511: hue angle of 124.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D511 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 17 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.16 |
| HSL | 124.27º | 0.98% | 0.42% | - |
| HSV(B) | 124.27º | 0.99% | 0.84% | - |
| XYZ | 23.92 | 47.64 | 8.47 | - |
| YUV | 127.57 | 65.6 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 17 | 0.99 | 0 | 0.92 | 0.16 | 124.27 | 0.98 | 0.42 |
| Hex | 2 | D5 | 11 | 63 | 0 | 5C | 10 | 7C | 62 | 2A |
| Octal | 2 | 325 | 21 | 143 | 0 | 134 | 20 | 174 | 142 | 52 |
| Binary | 10 | 11010101 | 10001 | 1100011 | 0 | 1011100 | 10000 | 1111100 | 1100010 | 101010 |
Color Harmonies of #02D511
Complementary color
Monochromatic Colors of #02D511
Black with #02D511
Text Example
Text Example
White with #02D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D511; }
p { color: rgb(2,213,17); }
H1.HeaderClassName
{
color: #02D511;
}
.AnyTagClassName
{
color: #02D511;
}
</style>
background-color css
<style>
a { background-color: #02D511; }
a { background-color: rgb(2,213,17); }
div.DivClassName
{
background-color: #02D511;
}
.BgClassName
{
background-color: #02D511;
}
</style>
border-color css
<style>
span { border-color: #02D511; }
span { border-color: rgb(2,213,17); }
td.TdClassName
{
border-color: #02D511;
}
.TagClassName
{
border-color: #02D511;
}
</style>