Shades of Free Speech Green #02D40B
Tints of Free Speech Green #02D40B
RGB
CMYK
RGB Variations
Color information
#02D40B (or 0x02D40B) is known color: Free Speech Green. HEX triplet: 02, D4 and 0B. RGB value is (2,212,11). Sum of RGB (Red+Green+Blue) = 2+212+11=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 212 (83.20% from 255 or 94.22% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 212 - color contains mainly: green. Hex color #02D40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D40B is #FD2BF4. Grayscale: #7E7E7E. Windows color (decimal): -16591861 or 775170. OLE color: 775170.
HSL color Cylindrical-coordinate representation of color #02D40B: hue angle of 122.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 #02D40B is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 212 | 11 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.17 |
| HSL | 122.57º | 0.98% | 0.42% | - |
| HSV(B) | 122.57º | 0.99% | 0.83% | - |
| XYZ | 23.63 | 47.12 | 8.17 | - |
| YUV | 126.3 | 62.93 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 11 | 0.99 | 0 | 0.95 | 0.17 | 122.57 | 0.98 | 0.42 |
| Hex | 2 | D4 | B | 63 | 0 | 5F | 11 | 7B | 62 | 2A |
| Octal | 2 | 324 | 13 | 143 | 0 | 137 | 21 | 173 | 142 | 52 |
| Binary | 10 | 11010100 | 1011 | 1100011 | 0 | 1011111 | 10001 | 1111011 | 1100010 | 101010 |
Color Harmonies of #02D40B
Complementary color
Monochromatic Colors of #02D40B
Black with #02D40B
Text Example
Text Example
White with #02D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D40B; }
p { color: rgb(2,212,11); }
H1.HeaderClassName
{
color: #02D40B;
}
.AnyTagClassName
{
color: #02D40B;
}
</style>
background-color css
<style>
a { background-color: #02D40B; }
a { background-color: rgb(2,212,11); }
div.DivClassName
{
background-color: #02D40B;
}
.BgClassName
{
background-color: #02D40B;
}
</style>
border-color css
<style>
span { border-color: #02D40B; }
span { border-color: rgb(2,212,11); }
td.TdClassName
{
border-color: #02D40B;
}
.TagClassName
{
border-color: #02D40B;
}
</style>