Shades of Free Speech Green #1FFA30
Tints of Free Speech Green #1FFA30
RGB
CMYK
RGB Variations
Color information
#1FFA30 (or 0x1FFA30) is known color: Free Speech Green. HEX triplet: 1F, FA and 30. RGB value is (31,250,48). Sum of RGB (Red+Green+Blue) = 31+250+48=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFA30 is #E005CF. Grayscale: #A2A2A2. Windows color (decimal): -14681552 or 3209759. OLE color: 3209759.
HSL color Cylindrical-coordinate representation of color #1FFA30: hue angle of 124.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA30 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 48 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.02 |
| HSL | 124.66º | 0.96% | 0.55% | - |
| HSV(B) | 124.66º | 0.88% | 0.98% | - |
| XYZ | 35.28 | 68.88 | 14.23 | - |
| YUV | 161.49 | 63.95 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 48 | 0.88 | 0 | 0.81 | 0.02 | 124.66 | 0.96 | 0.55 |
| Hex | 1F | FA | 30 | 58 | 0 | 51 | 2 | 7D | 60 | 37 |
| Octal | 37 | 372 | 60 | 130 | 0 | 121 | 2 | 175 | 140 | 67 |
| Binary | 11111 | 11111010 | 110000 | 1011000 | 0 | 1010001 | 10 | 1111101 | 1100000 | 110111 |
Color Harmonies of #1FFA30
Complementary color
Monochromatic Colors of #1FFA30
Black with #1FFA30
Text Example
Text Example
White with #1FFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA30; }
p { color: rgb(31,250,48); }
H1.HeaderClassName
{
color: #1FFA30;
}
.AnyTagClassName
{
color: #1FFA30;
}
</style>
background-color css
<style>
a { background-color: #1FFA30; }
a { background-color: rgb(31,250,48); }
div.DivClassName
{
background-color: #1FFA30;
}
.BgClassName
{
background-color: #1FFA30;
}
</style>
border-color css
<style>
span { border-color: #1FFA30; }
span { border-color: rgb(31,250,48); }
td.TdClassName
{
border-color: #1FFA30;
}
.TagClassName
{
border-color: #1FFA30;
}
</style>