Shades of Free Speech Green #1FFC10
Tints of Free Speech Green #1FFC10
RGB
CMYK
RGB Variations
Color information
#1FFC10 (or 0x1FFC10) is known color: Free Speech Green. HEX triplet: 1F, FC and 10. RGB value is (31,252,16). Sum of RGB (Red+Green+Blue) = 31+252+16=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 252 (98.83% from 255 or 84.28% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC10 is #E003EF. Grayscale: #9F9F9F. Windows color (decimal): -14681072 or 1113119. OLE color: 1113119.
HSL color Cylindrical-coordinate representation of color #1FFC10: hue angle of 116.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FFC10 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 16 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.01 |
| HSL | 116.19º | 0.98% | 0.53% | - |
| HSV(B) | 116.19º | 0.94% | 0.99% | - |
| XYZ | 35.47 | 69.95 | 12.12 | - |
| YUV | 159.02 | 47.28 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 16 | 0.88 | 0 | 0.94 | 0.01 | 116.19 | 0.98 | 0.53 |
| Hex | 1F | FC | 10 | 58 | 0 | 5E | 1 | 74 | 62 | 35 |
| Octal | 37 | 374 | 20 | 130 | 0 | 136 | 1 | 164 | 142 | 65 |
| Binary | 11111 | 11111100 | 10000 | 1011000 | 0 | 1011110 | 1 | 1110100 | 1100010 | 110101 |
Color Harmonies of #1FFC10
Complementary color
Monochromatic Colors of #1FFC10
Black with #1FFC10
Text Example
Text Example
White with #1FFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC10; }
p { color: rgb(31,252,16); }
H1.HeaderClassName
{
color: #1FFC10;
}
.AnyTagClassName
{
color: #1FFC10;
}
</style>
background-color css
<style>
a { background-color: #1FFC10; }
a { background-color: rgb(31,252,16); }
div.DivClassName
{
background-color: #1FFC10;
}
.BgClassName
{
background-color: #1FFC10;
}
</style>
border-color css
<style>
span { border-color: #1FFC10; }
span { border-color: rgb(31,252,16); }
td.TdClassName
{
border-color: #1FFC10;
}
.TagClassName
{
border-color: #1FFC10;
}
</style>