Shades of Free Speech Green #1FFC12
Tints of Free Speech Green #1FFC12
RGB
CMYK
RGB Variations
Color information
#1FFC12 (or 0x1FFC12) is known color: Free Speech Green. HEX triplet: 1F, FC and 12. RGB value is (31,252,18). Sum of RGB (Red+Green+Blue) = 31+252+18=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 252 (98.83% from 255 or 83.72% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC12 is #E003ED. Grayscale: #9F9F9F. Windows color (decimal): -14681070 or 1244191. OLE color: 1244191.
HSL color Cylindrical-coordinate representation of color #1FFC12: hue angle of 116.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FFC12 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 18 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.01 |
| HSL | 116.67º | 0.98% | 0.53% | - |
| HSV(B) | 116.67º | 0.93% | 0.99% | - |
| XYZ | 35.48 | 69.96 | 12.2 | - |
| YUV | 159.25 | 48.28 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 18 | 0.88 | 0 | 0.93 | 0.01 | 116.67 | 0.98 | 0.53 |
| Hex | 1F | FC | 12 | 58 | 0 | 5D | 1 | 75 | 62 | 35 |
| Octal | 37 | 374 | 22 | 130 | 0 | 135 | 1 | 165 | 142 | 65 |
| Binary | 11111 | 11111100 | 10010 | 1011000 | 0 | 1011101 | 1 | 1110101 | 1100010 | 110101 |
Color Harmonies of #1FFC12
Complementary color
Monochromatic Colors of #1FFC12
Black with #1FFC12
Text Example
Text Example
White with #1FFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC12; }
p { color: rgb(31,252,18); }
H1.HeaderClassName
{
color: #1FFC12;
}
.AnyTagClassName
{
color: #1FFC12;
}
</style>
background-color css
<style>
a { background-color: #1FFC12; }
a { background-color: rgb(31,252,18); }
div.DivClassName
{
background-color: #1FFC12;
}
.BgClassName
{
background-color: #1FFC12;
}
</style>
border-color css
<style>
span { border-color: #1FFC12; }
span { border-color: rgb(31,252,18); }
td.TdClassName
{
border-color: #1FFC12;
}
.TagClassName
{
border-color: #1FFC12;
}
</style>