Shades of Free Speech Green #1FE402
Tints of Free Speech Green #1FE402
RGB
CMYK
RGB Variations
Color information
#1FE402 (or 0x1FE402) is known color: Free Speech Green. HEX triplet: 1F, E4 and 02. RGB value is (31,228,2). Sum of RGB (Red+Green+Blue) = 31+228+2=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 228 (89.45% from 255 or 87.36% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FE402 is #E01BFD. Grayscale: #909090. Windows color (decimal): -14687230 or 189471. OLE color: 189471.
HSL color Cylindrical-coordinate representation of color #1FE402: hue angle of 112.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FE402 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.11 |
| HSL | 112.3º | 0.98% | 0.45% | - |
| HSV(B) | 112.3º | 0.99% | 0.89% | - |
| XYZ | 28.32 | 55.78 | 9.33 | - |
| YUV | 143.33 | 48.23 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 2 | 0.86 | 0 | 0.99 | 0.11 | 112.3 | 0.98 | 0.45 |
| Hex | 1F | E4 | 2 | 56 | 0 | 63 | B | 70 | 62 | 2D |
| Octal | 37 | 344 | 2 | 126 | 0 | 143 | 13 | 160 | 142 | 55 |
| Binary | 11111 | 11100100 | 10 | 1010110 | 0 | 1100011 | 1011 | 1110000 | 1100010 | 101101 |
Color Harmonies of #1FE402
Complementary color
Monochromatic Colors of #1FE402
Black with #1FE402
Text Example
Text Example
White with #1FE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE402; }
p { color: rgb(31,228,2); }
H1.HeaderClassName
{
color: #1FE402;
}
.AnyTagClassName
{
color: #1FE402;
}
</style>
background-color css
<style>
a { background-color: #1FE402; }
a { background-color: rgb(31,228,2); }
div.DivClassName
{
background-color: #1FE402;
}
.BgClassName
{
background-color: #1FE402;
}
</style>
border-color css
<style>
span { border-color: #1FE402; }
span { border-color: rgb(31,228,2); }
td.TdClassName
{
border-color: #1FE402;
}
.TagClassName
{
border-color: #1FE402;
}
</style>