Shades of Free Speech Green #02D412
Tints of Free Speech Green #02D412
RGB
CMYK
RGB Variations
Color information
#02D412 (or 0x02D412) is known color: Free Speech Green. HEX triplet: 02, D4 and 12. RGB value is (2,212,18). Sum of RGB (Red+Green+Blue) = 2+212+18=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 212 (83.20% from 255 or 91.38% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 212 - color contains mainly: green. Hex color #02D412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D412 is #FD2BED. Grayscale: #7F7F7F. Windows color (decimal): -16591854 or 1233922. OLE color: 1233922.
HSL color Cylindrical-coordinate representation of color #02D412: hue angle of 124.57º 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 #02D412 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 18 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.17 |
| HSL | 124.57º | 0.98% | 0.42% | - |
| HSV(B) | 124.57º | 0.99% | 0.83% | - |
| XYZ | 23.68 | 47.14 | 8.42 | - |
| YUV | 127.09 | 66.43 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 18 | 0.99 | 0 | 0.92 | 0.17 | 124.57 | 0.98 | 0.42 |
| Hex | 2 | D4 | 12 | 63 | 0 | 5C | 11 | 7D | 62 | 2A |
| Octal | 2 | 324 | 22 | 143 | 0 | 134 | 21 | 175 | 142 | 52 |
| Binary | 10 | 11010100 | 10010 | 1100011 | 0 | 1011100 | 10001 | 1111101 | 1100010 | 101010 |
Color Harmonies of #02D412
Complementary color
Monochromatic Colors of #02D412
Black with #02D412
Text Example
Text Example
White with #02D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D412; }
p { color: rgb(2,212,18); }
H1.HeaderClassName
{
color: #02D412;
}
.AnyTagClassName
{
color: #02D412;
}
</style>
background-color css
<style>
a { background-color: #02D412; }
a { background-color: rgb(2,212,18); }
div.DivClassName
{
background-color: #02D412;
}
.BgClassName
{
background-color: #02D412;
}
</style>
border-color css
<style>
span { border-color: #02D412; }
span { border-color: rgb(2,212,18); }
td.TdClassName
{
border-color: #02D412;
}
.TagClassName
{
border-color: #02D412;
}
</style>