Shades of Free Speech Green #1FD400
Tints of Free Speech Green #1FD400
RGB
CMYK
RGB Variations
Color information
#1FD400 (or 0x1FD400) is known color: Free Speech Green. HEX triplet: 1F, D4 and 00. RGB value is (31,212,0). Sum of RGB (Red+Green+Blue) = 31+212+0=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 212 (83.20% from 255 or 87.24% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD400 is #E02BFF. Grayscale: #868686. Windows color (decimal): -14691328 or 54303. OLE color: 54303.
HSL color Cylindrical-coordinate representation of color #1FD400: hue angle of 111.23º 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 #1FD400 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.17 |
| HSL | 111.23º | 1% | 0.42% | - |
| HSV(B) | 111.23º | 1% | 0.83% | - |
| XYZ | 24.11 | 47.38 | 7.87 | - |
| YUV | 133.71 | 52.53 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 0 | 0.85 | 0 | 1 | 0.17 | 111.23 | 1 | 0.42 |
| Hex | 1F | D4 | 0 | 55 | 0 | 64 | 11 | 6F | 64 | 2A |
| Octal | 37 | 324 | 0 | 125 | 0 | 144 | 21 | 157 | 144 | 52 |
| Binary | 11111 | 11010100 | 0 | 1010101 | 0 | 1100100 | 10001 | 1101111 | 1100100 | 101010 |
Color Harmonies of #1FD400
Complementary color
Monochromatic Colors of #1FD400
Black with #1FD400
Text Example
Text Example
White with #1FD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD400; }
p { color: rgb(31,212,0); }
H1.HeaderClassName
{
color: #1FD400;
}
.AnyTagClassName
{
color: #1FD400;
}
</style>
background-color css
<style>
a { background-color: #1FD400; }
a { background-color: rgb(31,212,0); }
div.DivClassName
{
background-color: #1FD400;
}
.BgClassName
{
background-color: #1FD400;
}
</style>
border-color css
<style>
span { border-color: #1FD400; }
span { border-color: rgb(31,212,0); }
td.TdClassName
{
border-color: #1FD400;
}
.TagClassName
{
border-color: #1FD400;
}
</style>