Shades of Free Speech Green #1FD50A
Tints of Free Speech Green #1FD50A
RGB
CMYK
RGB Variations
Color information
#1FD50A (or 0x1FD50A) is known color: Free Speech Green. HEX triplet: 1F, D5 and 0A. RGB value is (31,213,10). Sum of RGB (Red+Green+Blue) = 31+213+10=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 213 (83.59% from 255 or 83.86% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD50A is #E02AF5. Grayscale: #888888. Windows color (decimal): -14691062 or 709919. OLE color: 709919.
HSL color Cylindrical-coordinate representation of color #1FD50A: hue angle of 113.79º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FD50A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.16 |
| HSL | 113.79º | 0.91% | 0.44% | - |
| HSV(B) | 113.79º | 0.95% | 0.84% | - |
| XYZ | 24.41 | 47.9 | 8.25 | - |
| YUV | 135.44 | 57.2 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 10 | 0.85 | 0 | 0.95 | 0.16 | 113.79 | 0.91 | 0.44 |
| Hex | 1F | D5 | A | 55 | 0 | 5F | 10 | 72 | 5B | 2C |
| Octal | 37 | 325 | 12 | 125 | 0 | 137 | 20 | 162 | 133 | 54 |
| Binary | 11111 | 11010101 | 1010 | 1010101 | 0 | 1011111 | 10000 | 1110010 | 1011011 | 101100 |
Color Harmonies of #1FD50A
Complementary color
Monochromatic Colors of #1FD50A
Black with #1FD50A
Text Example
Text Example
White with #1FD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD50A; }
p { color: rgb(31,213,10); }
H1.HeaderClassName
{
color: #1FD50A;
}
.AnyTagClassName
{
color: #1FD50A;
}
</style>
background-color css
<style>
a { background-color: #1FD50A; }
a { background-color: rgb(31,213,10); }
div.DivClassName
{
background-color: #1FD50A;
}
.BgClassName
{
background-color: #1FD50A;
}
</style>
border-color css
<style>
span { border-color: #1FD50A; }
span { border-color: rgb(31,213,10); }
td.TdClassName
{
border-color: #1FD50A;
}
.TagClassName
{
border-color: #1FD50A;
}
</style>