Shades of Free Speech Green #1FFD30
Tints of Free Speech Green #1FFD30
RGB
CMYK
RGB Variations
Color information
#1FFD30 (or 0x1FFD30) is known color: Free Speech Green. HEX triplet: 1F, FD and 30. RGB value is (31,253,48). Sum of RGB (Red+Green+Blue) = 31+253+48=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 253 (99.22% from 255 or 76.20% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFD30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFD30 is #E002CF. Grayscale: #A3A3A3. Windows color (decimal): -14680784 or 3210527. OLE color: 3210527.
HSL color Cylindrical-coordinate representation of color #1FFD30: hue angle of 124.59º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFD30 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 48 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.01 |
| HSL | 124.59º | 0.98% | 0.56% | - |
| HSV(B) | 124.59º | 0.88% | 0.99% | - |
| XYZ | 36.22 | 70.76 | 14.54 | - |
| YUV | 163.25 | 62.95 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 48 | 0.88 | 0 | 0.81 | 0.01 | 124.59 | 0.98 | 0.56 |
| Hex | 1F | FD | 30 | 58 | 0 | 51 | 1 | 7D | 62 | 38 |
| Octal | 37 | 375 | 60 | 130 | 0 | 121 | 1 | 175 | 142 | 70 |
| Binary | 11111 | 11111101 | 110000 | 1011000 | 0 | 1010001 | 1 | 1111101 | 1100010 | 111000 |
Color Harmonies of #1FFD30
Complementary color
Monochromatic Colors of #1FFD30
Black with #1FFD30
Text Example
Text Example
White with #1FFD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFD30; }
p { color: rgb(31,253,48); }
H1.HeaderClassName
{
color: #1FFD30;
}
.AnyTagClassName
{
color: #1FFD30;
}
</style>
background-color css
<style>
a { background-color: #1FFD30; }
a { background-color: rgb(31,253,48); }
div.DivClassName
{
background-color: #1FFD30;
}
.BgClassName
{
background-color: #1FFD30;
}
</style>
border-color css
<style>
span { border-color: #1FFD30; }
span { border-color: rgb(31,253,48); }
td.TdClassName
{
border-color: #1FFD30;
}
.TagClassName
{
border-color: #1FFD30;
}
</style>