Shades of Free Speech Green #1FF52D
Tints of Free Speech Green #1FF52D
RGB
CMYK
RGB Variations
Color information
#1FF52D (or 0x1FF52D) is known color: Free Speech Green. HEX triplet: 1F, F5 and 2D. RGB value is (31,245,45). Sum of RGB (Red+Green+Blue) = 31+245+45=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF52D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF52D is #E00AD2. Grayscale: #9E9E9E. Windows color (decimal): -14682835 or 3011871. OLE color: 3011871.
HSL color Cylindrical-coordinate representation of color #1FF52D: hue angle of 123.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF52D is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 245 | 45 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.04 |
| HSL | 123.93º | 0.91% | 0.54% | - |
| HSV(B) | 123.93º | 0.87% | 0.96% | - |
| XYZ | 33.69 | 65.79 | 13.4 | - |
| YUV | 158.21 | 64.1 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 245 | 45 | 0.87 | 0 | 0.82 | 0.04 | 123.93 | 0.91 | 0.54 |
| Hex | 1F | F5 | 2D | 57 | 0 | 52 | 4 | 7C | 5B | 36 |
| Octal | 37 | 365 | 55 | 127 | 0 | 122 | 4 | 174 | 133 | 66 |
| Binary | 11111 | 11110101 | 101101 | 1010111 | 0 | 1010010 | 100 | 1111100 | 1011011 | 110110 |
Color Harmonies of #1FF52D
Complementary color
Monochromatic Colors of #1FF52D
Black with #1FF52D
Text Example
Text Example
White with #1FF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF52D; }
p { color: rgb(31,245,45); }
H1.HeaderClassName
{
color: #1FF52D;
}
.AnyTagClassName
{
color: #1FF52D;
}
</style>
background-color css
<style>
a { background-color: #1FF52D; }
a { background-color: rgb(31,245,45); }
div.DivClassName
{
background-color: #1FF52D;
}
.BgClassName
{
background-color: #1FF52D;
}
</style>
border-color css
<style>
span { border-color: #1FF52D; }
span { border-color: rgb(31,245,45); }
td.TdClassName
{
border-color: #1FF52D;
}
.TagClassName
{
border-color: #1FF52D;
}
</style>