Shades of Free Speech Green #00D41B
Tints of Free Speech Green #00D41B
RGB
CMYK
RGB Variations
Color information
#00D41B (or 0x00D41B) is known color: Free Speech Green. HEX triplet: 00, D4 and 1B. RGB value is (0,212,27). Sum of RGB (Red+Green+Blue) = 0+212+27=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 212 (83.20% from 255 or 88.70% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 212 - color contains mainly: green. Hex color #00D41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D41B is #FF2BE4. Grayscale: #808080. Windows color (decimal): -16722917 or 1823744. OLE color: 1823744.
HSL color Cylindrical-coordinate representation of color #00D41B: hue angle of 127.64º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D41B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 27 | - |
| CMYK | 1 | 0 | 0.87 | 0.17 |
| HSL | 127.64º | 1% | 0.42% | - |
| HSV(B) | 127.64º | 1% | 0.83% | - |
| XYZ | 23.74 | 47.17 | 8.89 | - |
| YUV | 127.52 | 71.26 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 27 | 1 | 0 | 0.87 | 0.17 | 127.64 | 1 | 0.42 |
| Hex | 0 | D4 | 1B | 64 | 0 | 57 | 11 | 80 | 64 | 2A |
| Octal | 0 | 324 | 33 | 144 | 0 | 127 | 21 | 200 | 144 | 52 |
| Binary | 0 | 11010100 | 11011 | 1100100 | 0 | 1010111 | 10001 | 10000000 | 1100100 | 101010 |
Color Harmonies of #00D41B
Complementary color
Monochromatic Colors of #00D41B
Black with #00D41B
Text Example
Text Example
White with #00D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D41B; }
p { color: rgb(0,212,27); }
H1.HeaderClassName
{
color: #00D41B;
}
.AnyTagClassName
{
color: #00D41B;
}
</style>
background-color css
<style>
a { background-color: #00D41B; }
a { background-color: rgb(0,212,27); }
div.DivClassName
{
background-color: #00D41B;
}
.BgClassName
{
background-color: #00D41B;
}
</style>
border-color css
<style>
span { border-color: #00D41B; }
span { border-color: rgb(0,212,27); }
td.TdClassName
{
border-color: #00D41B;
}
.TagClassName
{
border-color: #00D41B;
}
</style>