Shades of Free Speech Green #1FD40A
Tints of Free Speech Green #1FD40A
RGB
CMYK
RGB Variations
Color information
#1FD40A (or 0x1FD40A) is known color: Free Speech Green. HEX triplet: 1F, D4 and 0A. RGB value is (31,212,10). Sum of RGB (Red+Green+Blue) = 31+212+10=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 212 (83.20% from 255 or 83.79% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD40A is #E02BF5. Grayscale: #878787. Windows color (decimal): -14691318 or 709663. OLE color: 709663.
HSL color Cylindrical-coordinate representation of color #1FD40A: hue angle of 113.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FD40A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.17 |
| HSL | 113.76º | 0.91% | 0.44% | - |
| HSV(B) | 113.76º | 0.95% | 0.83% | - |
| XYZ | 24.16 | 47.4 | 8.16 | - |
| YUV | 134.85 | 57.53 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 10 | 0.85 | 0 | 0.95 | 0.17 | 113.76 | 0.91 | 0.44 |
| Hex | 1F | D4 | A | 55 | 0 | 5F | 11 | 72 | 5B | 2C |
| Octal | 37 | 324 | 12 | 125 | 0 | 137 | 21 | 162 | 133 | 54 |
| Binary | 11111 | 11010100 | 1010 | 1010101 | 0 | 1011111 | 10001 | 1110010 | 1011011 | 101100 |
Color Harmonies of #1FD40A
Complementary color
Monochromatic Colors of #1FD40A
Black with #1FD40A
Text Example
Text Example
White with #1FD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD40A; }
p { color: rgb(31,212,10); }
H1.HeaderClassName
{
color: #1FD40A;
}
.AnyTagClassName
{
color: #1FD40A;
}
</style>
background-color css
<style>
a { background-color: #1FD40A; }
a { background-color: rgb(31,212,10); }
div.DivClassName
{
background-color: #1FD40A;
}
.BgClassName
{
background-color: #1FD40A;
}
</style>
border-color css
<style>
span { border-color: #1FD40A; }
span { border-color: rgb(31,212,10); }
td.TdClassName
{
border-color: #1FD40A;
}
.TagClassName
{
border-color: #1FD40A;
}
</style>