Shades of Free Speech Green #1FFE2D
Tints of Free Speech Green #1FFE2D
RGB
CMYK
RGB Variations
Color information
#1FFE2D (or 0x1FFE2D) is known color: Free Speech Green. HEX triplet: 1F, FE and 2D. RGB value is (31,254,45). Sum of RGB (Red+Green+Blue) = 31+254+45=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #1FFE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFE2D is #E001D2. Grayscale: #A4A4A4. Windows color (decimal): -14680531 or 3014175. OLE color: 3014175.
HSL color Cylindrical-coordinate representation of color #1FFE2D: hue angle of 123.77º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFE2D is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 254 | 45 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.00 |
| HSL | 123.77º | 0.99% | 0.56% | - |
| HSV(B) | 123.77º | 0.88% | 1% | - |
| XYZ | 36.48 | 71.36 | 14.33 | - |
| YUV | 163.5 | 61.12 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 254 | 45 | 0.88 | 0 | 0.82 | 0.00 | 123.77 | 0.99 | 0.56 |
| Hex | 1F | FE | 2D | 58 | 0 | 52 | 0 | 7C | 63 | 38 |
| Octal | 37 | 376 | 55 | 130 | 0 | 122 | 0 | 174 | 143 | 70 |
| Binary | 11111 | 11111110 | 101101 | 1011000 | 0 | 1010010 | 0 | 1111100 | 1100011 | 111000 |
Color Harmonies of #1FFE2D
Complementary color
Monochromatic Colors of #1FFE2D
Black with #1FFE2D
Text Example
Text Example
White with #1FFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFE2D; }
p { color: rgb(31,254,45); }
H1.HeaderClassName
{
color: #1FFE2D;
}
.AnyTagClassName
{
color: #1FFE2D;
}
</style>
background-color css
<style>
a { background-color: #1FFE2D; }
a { background-color: rgb(31,254,45); }
div.DivClassName
{
background-color: #1FFE2D;
}
.BgClassName
{
background-color: #1FFE2D;
}
</style>
border-color css
<style>
span { border-color: #1FFE2D; }
span { border-color: rgb(31,254,45); }
td.TdClassName
{
border-color: #1FFE2D;
}
.TagClassName
{
border-color: #1FFE2D;
}
</style>