Shades of Free Speech Green #02D912
Tints of Free Speech Green #02D912
RGB
CMYK
RGB Variations
Color information
#02D912 (or 0x02D912) is known color: Free Speech Green. HEX triplet: 02, D9 and 12. RGB value is (2,217,18). Sum of RGB (Red+Green+Blue) = 2+217+18=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 217 (85.16% from 255 or 91.56% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 217 - color contains mainly: green. Hex color #02D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D912 is #FD26ED. Grayscale: #828282. Windows color (decimal): -16590574 or 1235202. OLE color: 1235202.
HSL color Cylindrical-coordinate representation of color #02D912: hue angle of 124.47º 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 #02D912 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 18 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.15 |
| HSL | 124.47º | 0.98% | 0.43% | - |
| HSV(B) | 124.47º | 0.99% | 0.85% | - |
| XYZ | 24.95 | 49.68 | 8.85 | - |
| YUV | 130.03 | 64.77 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 18 | 0.99 | 0 | 0.92 | 0.15 | 124.47 | 0.98 | 0.43 |
| Hex | 2 | D9 | 12 | 63 | 0 | 5C | F | 7C | 62 | 2B |
| Octal | 2 | 331 | 22 | 143 | 0 | 134 | 17 | 174 | 142 | 53 |
| Binary | 10 | 11011001 | 10010 | 1100011 | 0 | 1011100 | 1111 | 1111100 | 1100010 | 101011 |
Color Harmonies of #02D912
Complementary color
Monochromatic Colors of #02D912
Black with #02D912
Text Example
Text Example
White with #02D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D912; }
p { color: rgb(2,217,18); }
H1.HeaderClassName
{
color: #02D912;
}
.AnyTagClassName
{
color: #02D912;
}
</style>
background-color css
<style>
a { background-color: #02D912; }
a { background-color: rgb(2,217,18); }
div.DivClassName
{
background-color: #02D912;
}
.BgClassName
{
background-color: #02D912;
}
</style>
border-color css
<style>
span { border-color: #02D912; }
span { border-color: rgb(2,217,18); }
td.TdClassName
{
border-color: #02D912;
}
.TagClassName
{
border-color: #02D912;
}
</style>