Shades of Free Speech Green #1FFF2A
Tints of Free Speech Green #1FFF2A
RGB
CMYK
RGB Variations
Color information
#1FFF2A (or 0x1FFF2A) is known color: Free Speech Green. HEX triplet: 1F, FF and 2A. RGB value is (31,255,42). Sum of RGB (Red+Green+Blue) = 31+255+42=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFF2A is #E000D5. Grayscale: #A4A4A4. Windows color (decimal): -14680278 or 2817823. OLE color: 2817823.
HSL color Cylindrical-coordinate representation of color #1FFF2A: hue angle of 122.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF2A is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 42 | - |
| CMYK | 0.88 | 0 | 0.84 | 0 |
| HSL | 122.95º | 1% | 0.56% | - |
| HSV(B) | 122.95º | 0.88% | 1% | - |
| XYZ | 36.74 | 71.98 | 14.15 | - |
| YUV | 163.74 | 59.29 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 42 | 0.88 | 0 | 0.84 | 0 | 122.95 | 1 | 0.56 |
| Hex | 1F | FF | 2A | 58 | 0 | 54 | 0 | 7B | 64 | 38 |
| Octal | 37 | 377 | 52 | 130 | 0 | 124 | 0 | 173 | 144 | 70 |
| Binary | 11111 | 11111111 | 101010 | 1011000 | 0 | 1010100 | 0 | 1111011 | 1100100 | 111000 |
Color Harmonies of #1FFF2A
Complementary color
Monochromatic Colors of #1FFF2A
Black with #1FFF2A
Text Example
Text Example
White with #1FFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF2A; }
p { color: rgb(31,255,42); }
H1.HeaderClassName
{
color: #1FFF2A;
}
.AnyTagClassName
{
color: #1FFF2A;
}
</style>
background-color css
<style>
a { background-color: #1FFF2A; }
a { background-color: rgb(31,255,42); }
div.DivClassName
{
background-color: #1FFF2A;
}
.BgClassName
{
background-color: #1FFF2A;
}
</style>
border-color css
<style>
span { border-color: #1FFF2A; }
span { border-color: rgb(31,255,42); }
td.TdClassName
{
border-color: #1FFF2A;
}
.TagClassName
{
border-color: #1FFF2A;
}
</style>