Shades of Free Speech Green #1FF52A
Tints of Free Speech Green #1FF52A
RGB
CMYK
RGB Variations
Color information
#1FF52A (or 0x1FF52A) is known color: Free Speech Green. HEX triplet: 1F, F5 and 2A. RGB value is (31,245,42). Sum of RGB (Red+Green+Blue) = 31+245+42=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 245 (96.09% from 255 or 77.04% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 245 - color contains mainly: green. Hex color #1FF52A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF52A is #E00AD5. Grayscale: #9E9E9E. Windows color (decimal): -14682838 or 2815263. OLE color: 2815263.
HSL color Cylindrical-coordinate representation of color #1FF52A: hue angle of 123.08º 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 #1FF52A is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 245 | 42 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.04 |
| HSL | 123.08º | 0.91% | 0.54% | - |
| HSV(B) | 123.08º | 0.87% | 0.96% | - |
| XYZ | 33.64 | 65.76 | 13.11 | - |
| YUV | 157.87 | 62.6 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 245 | 42 | 0.87 | 0 | 0.83 | 0.04 | 123.08 | 0.91 | 0.54 |
| Hex | 1F | F5 | 2A | 57 | 0 | 53 | 4 | 7B | 5B | 36 |
| Octal | 37 | 365 | 52 | 127 | 0 | 123 | 4 | 173 | 133 | 66 |
| Binary | 11111 | 11110101 | 101010 | 1010111 | 0 | 1010011 | 100 | 1111011 | 1011011 | 110110 |
Color Harmonies of #1FF52A
Complementary color
Monochromatic Colors of #1FF52A
Black with #1FF52A
Text Example
Text Example
White with #1FF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF52A; }
p { color: rgb(31,245,42); }
H1.HeaderClassName
{
color: #1FF52A;
}
.AnyTagClassName
{
color: #1FF52A;
}
</style>
background-color css
<style>
a { background-color: #1FF52A; }
a { background-color: rgb(31,245,42); }
div.DivClassName
{
background-color: #1FF52A;
}
.BgClassName
{
background-color: #1FF52A;
}
</style>
border-color css
<style>
span { border-color: #1FF52A; }
span { border-color: rgb(31,245,42); }
td.TdClassName
{
border-color: #1FF52A;
}
.TagClassName
{
border-color: #1FF52A;
}
</style>