Shades of Free Speech Green #02D915
Tints of Free Speech Green #02D915
RGB
CMYK
RGB Variations
Color information
#02D915 (or 0x02D915) is known color: Free Speech Green. HEX triplet: 02, D9 and 15. RGB value is (2,217,21). Sum of RGB (Red+Green+Blue) = 2+217+21=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 217 (85.16% from 255 or 90.42% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 217 - color contains mainly: green. Hex color #02D915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D915 is #FD26EA. Grayscale: #828282. Windows color (decimal): -16590571 or 1431810. OLE color: 1431810.
HSL color Cylindrical-coordinate representation of color #02D915: hue angle of 125.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D915 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 21 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.15 |
| HSL | 125.3º | 0.98% | 0.43% | - |
| HSV(B) | 125.3º | 0.99% | 0.85% | - |
| XYZ | 24.97 | 49.69 | 8.98 | - |
| YUV | 130.37 | 66.27 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 21 | 0.99 | 0 | 0.90 | 0.15 | 125.3 | 0.98 | 0.43 |
| Hex | 2 | D9 | 15 | 63 | 0 | 5A | F | 7D | 62 | 2B |
| Octal | 2 | 331 | 25 | 143 | 0 | 132 | 17 | 175 | 142 | 53 |
| Binary | 10 | 11011001 | 10101 | 1100011 | 0 | 1011010 | 1111 | 1111101 | 1100010 | 101011 |
Color Harmonies of #02D915
Complementary color
Monochromatic Colors of #02D915
Black with #02D915
Text Example
Text Example
White with #02D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D915; }
p { color: rgb(2,217,21); }
H1.HeaderClassName
{
color: #02D915;
}
.AnyTagClassName
{
color: #02D915;
}
</style>
background-color css
<style>
a { background-color: #02D915; }
a { background-color: rgb(2,217,21); }
div.DivClassName
{
background-color: #02D915;
}
.BgClassName
{
background-color: #02D915;
}
</style>
border-color css
<style>
span { border-color: #02D915; }
span { border-color: rgb(2,217,21); }
td.TdClassName
{
border-color: #02D915;
}
.TagClassName
{
border-color: #02D915;
}
</style>