Shades of Free Speech Green #1FE915
Tints of Free Speech Green #1FE915
RGB
CMYK
RGB Variations
Color information
#1FE915 (or 0x1FE915) is known color: Free Speech Green. HEX triplet: 1F, E9 and 15. RGB value is (31,233,21). Sum of RGB (Red+Green+Blue) = 31+233+21=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 233 (91.41% from 255 or 81.75% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE915 is #E016EA. Grayscale: #959595. Windows color (decimal): -14685931 or 1435935. OLE color: 1435935.
HSL color Cylindrical-coordinate representation of color #1FE915: hue angle of 117.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FE915 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 21 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.09 |
| HSL | 117.17º | 0.83% | 0.5% | - |
| HSV(B) | 117.17º | 0.91% | 0.91% | - |
| XYZ | 29.84 | 58.62 | 10.45 | - |
| YUV | 148.43 | 56.08 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 21 | 0.87 | 0 | 0.91 | 0.09 | 117.17 | 0.83 | 0.5 |
| Hex | 1F | E9 | 15 | 57 | 0 | 5B | 9 | 75 | 53 | 32 |
| Octal | 37 | 351 | 25 | 127 | 0 | 133 | 11 | 165 | 123 | 62 |
| Binary | 11111 | 11101001 | 10101 | 1010111 | 0 | 1011011 | 1001 | 1110101 | 1010011 | 110010 |
Color Harmonies of #1FE915
Complementary color
Monochromatic Colors of #1FE915
Black with #1FE915
Text Example
Text Example
White with #1FE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE915; }
p { color: rgb(31,233,21); }
H1.HeaderClassName
{
color: #1FE915;
}
.AnyTagClassName
{
color: #1FE915;
}
</style>
background-color css
<style>
a { background-color: #1FE915; }
a { background-color: rgb(31,233,21); }
div.DivClassName
{
background-color: #1FE915;
}
.BgClassName
{
background-color: #1FE915;
}
</style>
border-color css
<style>
span { border-color: #1FE915; }
span { border-color: rgb(31,233,21); }
td.TdClassName
{
border-color: #1FE915;
}
.TagClassName
{
border-color: #1FE915;
}
</style>