Shades of Free Speech Green #1FEE28
Tints of Free Speech Green #1FEE28
RGB
CMYK
RGB Variations
Color information
#1FEE28 (or 0x1FEE28) is known color: Free Speech Green. HEX triplet: 1F, EE and 28. RGB value is (31,238,40). Sum of RGB (Red+Green+Blue) = 31+238+40=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 238 (93.36% from 255 or 77.02% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEE28 is #E011D7. Grayscale: #9A9A9A. Windows color (decimal): -14684632 or 2682399. OLE color: 2682399.
HSL color Cylindrical-coordinate representation of color #1FEE28: hue angle of 122.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEE28 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 40 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.07 |
| HSL | 122.61º | 0.86% | 0.53% | - |
| HSV(B) | 122.61º | 0.87% | 0.93% | - |
| XYZ | 31.52 | 61.59 | 12.23 | - |
| YUV | 153.54 | 63.92 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 40 | 0.87 | 0 | 0.83 | 0.07 | 122.61 | 0.86 | 0.53 |
| Hex | 1F | EE | 28 | 57 | 0 | 53 | 7 | 7B | 56 | 35 |
| Octal | 37 | 356 | 50 | 127 | 0 | 123 | 7 | 173 | 126 | 65 |
| Binary | 11111 | 11101110 | 101000 | 1010111 | 0 | 1010011 | 111 | 1111011 | 1010110 | 110101 |
Color Harmonies of #1FEE28
Complementary color
Monochromatic Colors of #1FEE28
Black with #1FEE28
Text Example
Text Example
White with #1FEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE28; }
p { color: rgb(31,238,40); }
H1.HeaderClassName
{
color: #1FEE28;
}
.AnyTagClassName
{
color: #1FEE28;
}
</style>
background-color css
<style>
a { background-color: #1FEE28; }
a { background-color: rgb(31,238,40); }
div.DivClassName
{
background-color: #1FEE28;
}
.BgClassName
{
background-color: #1FEE28;
}
</style>
border-color css
<style>
span { border-color: #1FEE28; }
span { border-color: rgb(31,238,40); }
td.TdClassName
{
border-color: #1FEE28;
}
.TagClassName
{
border-color: #1FEE28;
}
</style>