Shades of Free Speech Green #1FF227
Tints of Free Speech Green #1FF227
RGB
CMYK
RGB Variations
Color information
#1FF227 (or 0x1FF227) is known color: Free Speech Green. HEX triplet: 1F, F2 and 27. RGB value is (31,242,39). Sum of RGB (Red+Green+Blue) = 31+242+39=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF227 is #E00DD8. Grayscale: #9C9C9C. Windows color (decimal): -14683609 or 2617887. OLE color: 2617887.
HSL color Cylindrical-coordinate representation of color #1FF227: hue angle of 122.27º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF227 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 39 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.05 |
| HSL | 122.27º | 0.89% | 0.54% | - |
| HSV(B) | 122.27º | 0.87% | 0.95% | - |
| XYZ | 32.68 | 63.94 | 12.54 | - |
| YUV | 155.77 | 62.1 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 39 | 0.87 | 0 | 0.84 | 0.05 | 122.27 | 0.89 | 0.54 |
| Hex | 1F | F2 | 27 | 57 | 0 | 54 | 5 | 7A | 59 | 36 |
| Octal | 37 | 362 | 47 | 127 | 0 | 124 | 5 | 172 | 131 | 66 |
| Binary | 11111 | 11110010 | 100111 | 1010111 | 0 | 1010100 | 101 | 1111010 | 1011001 | 110110 |
Color Harmonies of #1FF227
Complementary color
Monochromatic Colors of #1FF227
Black with #1FF227
Text Example
Text Example
White with #1FF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF227; }
p { color: rgb(31,242,39); }
H1.HeaderClassName
{
color: #1FF227;
}
.AnyTagClassName
{
color: #1FF227;
}
</style>
background-color css
<style>
a { background-color: #1FF227; }
a { background-color: rgb(31,242,39); }
div.DivClassName
{
background-color: #1FF227;
}
.BgClassName
{
background-color: #1FF227;
}
</style>
border-color css
<style>
span { border-color: #1FF227; }
span { border-color: rgb(31,242,39); }
td.TdClassName
{
border-color: #1FF227;
}
.TagClassName
{
border-color: #1FF227;
}
</style>