Shades of Free Speech Green #1FFC2C
Tints of Free Speech Green #1FFC2C
RGB
CMYK
RGB Variations
Color information
#1FFC2C (or 0x1FFC2C) is known color: Free Speech Green. HEX triplet: 1F, FC and 2C. RGB value is (31,252,44). Sum of RGB (Red+Green+Blue) = 31+252+44=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFC2C is #E003D3. Grayscale: #A2A2A2. Windows color (decimal): -14681044 or 2948127. OLE color: 2948127.
HSL color Cylindrical-coordinate representation of color #1FFC2C: hue angle of 123.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFC2C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 44 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.01 |
| HSL | 123.53º | 0.97% | 0.55% | - |
| HSV(B) | 123.53º | 0.88% | 0.99% | - |
| XYZ | 35.83 | 70.09 | 14.02 | - |
| YUV | 162.21 | 61.28 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 44 | 0.88 | 0 | 0.83 | 0.01 | 123.53 | 0.97 | 0.55 |
| Hex | 1F | FC | 2C | 58 | 0 | 53 | 1 | 7C | 61 | 37 |
| Octal | 37 | 374 | 54 | 130 | 0 | 123 | 1 | 174 | 141 | 67 |
| Binary | 11111 | 11111100 | 101100 | 1011000 | 0 | 1010011 | 1 | 1111100 | 1100001 | 110111 |
Color Harmonies of #1FFC2C
Complementary color
Monochromatic Colors of #1FFC2C
Black with #1FFC2C
Text Example
Text Example
White with #1FFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC2C; }
p { color: rgb(31,252,44); }
H1.HeaderClassName
{
color: #1FFC2C;
}
.AnyTagClassName
{
color: #1FFC2C;
}
</style>
background-color css
<style>
a { background-color: #1FFC2C; }
a { background-color: rgb(31,252,44); }
div.DivClassName
{
background-color: #1FFC2C;
}
.BgClassName
{
background-color: #1FFC2C;
}
</style>
border-color css
<style>
span { border-color: #1FFC2C; }
span { border-color: rgb(31,252,44); }
td.TdClassName
{
border-color: #1FFC2C;
}
.TagClassName
{
border-color: #1FFC2C;
}
</style>