Shades of Free Speech Green #02D918
Tints of Free Speech Green #02D918
RGB
CMYK
RGB Variations
Color information
#02D918 (or 0x02D918) is known color: Free Speech Green. HEX triplet: 02, D9 and 18. RGB value is (2,217,24). Sum of RGB (Red+Green+Blue) = 2+217+24=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #02D918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D918 is #FD26E7. Grayscale: #838383. Windows color (decimal): -16590568 or 1628418. OLE color: 1628418.
HSL color Cylindrical-coordinate representation of color #02D918: hue angle of 126.14º 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 #02D918 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 24 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.15 |
| HSL | 126.14º | 0.98% | 0.43% | - |
| HSV(B) | 126.14º | 0.99% | 0.85% | - |
| XYZ | 25 | 49.7 | 9.14 | - |
| YUV | 130.71 | 67.77 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 24 | 0.99 | 0 | 0.89 | 0.15 | 126.14 | 0.98 | 0.43 |
| Hex | 2 | D9 | 18 | 63 | 0 | 59 | F | 7E | 62 | 2B |
| Octal | 2 | 331 | 30 | 143 | 0 | 131 | 17 | 176 | 142 | 53 |
| Binary | 10 | 11011001 | 11000 | 1100011 | 0 | 1011001 | 1111 | 1111110 | 1100010 | 101011 |
Color Harmonies of #02D918
Complementary color
Monochromatic Colors of #02D918
Black with #02D918
Text Example
Text Example
White with #02D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D918; }
p { color: rgb(2,217,24); }
H1.HeaderClassName
{
color: #02D918;
}
.AnyTagClassName
{
color: #02D918;
}
</style>
background-color css
<style>
a { background-color: #02D918; }
a { background-color: rgb(2,217,24); }
div.DivClassName
{
background-color: #02D918;
}
.BgClassName
{
background-color: #02D918;
}
</style>
border-color css
<style>
span { border-color: #02D918; }
span { border-color: rgb(2,217,24); }
td.TdClassName
{
border-color: #02D918;
}
.TagClassName
{
border-color: #02D918;
}
</style>