Shades of Free Speech Green #1FFC28
Tints of Free Speech Green #1FFC28
RGB
CMYK
RGB Variations
Color information
#1FFC28 (or 0x1FFC28) is known color: Free Speech Green. HEX triplet: 1F, FC and 28. RGB value is (31,252,40). Sum of RGB (Red+Green+Blue) = 31+252+40=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 252 (98.83% from 255 or 78.02% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFC28 is #E003D7. Grayscale: #A2A2A2. Windows color (decimal): -14681048 or 2685983. OLE color: 2685983.
HSL color Cylindrical-coordinate representation of color #1FFC28: hue angle of 122.44º 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 #1FFC28 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 40 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.01 |
| HSL | 122.44º | 0.97% | 0.55% | - |
| HSV(B) | 122.44º | 0.88% | 0.99% | - |
| XYZ | 35.76 | 70.07 | 13.65 | - |
| YUV | 161.75 | 59.28 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 40 | 0.88 | 0 | 0.84 | 0.01 | 122.44 | 0.97 | 0.55 |
| Hex | 1F | FC | 28 | 58 | 0 | 54 | 1 | 7A | 61 | 37 |
| Octal | 37 | 374 | 50 | 130 | 0 | 124 | 1 | 172 | 141 | 67 |
| Binary | 11111 | 11111100 | 101000 | 1011000 | 0 | 1010100 | 1 | 1111010 | 1100001 | 110111 |
Color Harmonies of #1FFC28
Complementary color
Monochromatic Colors of #1FFC28
Black with #1FFC28
Text Example
Text Example
White with #1FFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC28; }
p { color: rgb(31,252,40); }
H1.HeaderClassName
{
color: #1FFC28;
}
.AnyTagClassName
{
color: #1FFC28;
}
</style>
background-color css
<style>
a { background-color: #1FFC28; }
a { background-color: rgb(31,252,40); }
div.DivClassName
{
background-color: #1FFC28;
}
.BgClassName
{
background-color: #1FFC28;
}
</style>
border-color css
<style>
span { border-color: #1FFC28; }
span { border-color: rgb(31,252,40); }
td.TdClassName
{
border-color: #1FFC28;
}
.TagClassName
{
border-color: #1FFC28;
}
</style>