Shades of Free Speech Green #1FF42B
Tints of Free Speech Green #1FF42B
RGB
CMYK
RGB Variations
Color information
#1FF42B (or 0x1FF42B) is known color: Free Speech Green. HEX triplet: 1F, F4 and 2B. RGB value is (31,244,43). Sum of RGB (Red+Green+Blue) = 31+244+43=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 244 (95.70% from 255 or 76.73% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 244 - color contains mainly: green. Hex color #1FF42B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF42B is #E00BD4. Grayscale: #9D9D9D. Windows color (decimal): -14683093 or 2880543. OLE color: 2880543.
HSL color Cylindrical-coordinate representation of color #1FF42B: hue angle of 123.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF42B is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 244 | 43 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.04 |
| HSL | 123.38º | 0.91% | 0.54% | - |
| HSV(B) | 123.38º | 0.87% | 0.96% | - |
| XYZ | 33.35 | 65.17 | 13.11 | - |
| YUV | 157.4 | 63.43 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 244 | 43 | 0.87 | 0 | 0.82 | 0.04 | 123.38 | 0.91 | 0.54 |
| Hex | 1F | F4 | 2B | 57 | 0 | 52 | 4 | 7B | 5B | 36 |
| Octal | 37 | 364 | 53 | 127 | 0 | 122 | 4 | 173 | 133 | 66 |
| Binary | 11111 | 11110100 | 101011 | 1010111 | 0 | 1010010 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #1FF42B
Complementary color
Monochromatic Colors of #1FF42B
Black with #1FF42B
Text Example
Text Example
White with #1FF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF42B; }
p { color: rgb(31,244,43); }
H1.HeaderClassName
{
color: #1FF42B;
}
.AnyTagClassName
{
color: #1FF42B;
}
</style>
background-color css
<style>
a { background-color: #1FF42B; }
a { background-color: rgb(31,244,43); }
div.DivClassName
{
background-color: #1FF42B;
}
.BgClassName
{
background-color: #1FF42B;
}
</style>
border-color css
<style>
span { border-color: #1FF42B; }
span { border-color: rgb(31,244,43); }
td.TdClassName
{
border-color: #1FF42B;
}
.TagClassName
{
border-color: #1FF42B;
}
</style>