Shades of Free Speech Green #1FFB25
Tints of Free Speech Green #1FFB25
RGB
CMYK
RGB Variations
Color information
#1FFB25 (or 0x1FFB25) is known color: Free Speech Green. HEX triplet: 1F, FB and 25. RGB value is (31,251,37). Sum of RGB (Red+Green+Blue) = 31+251+37=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 251 (98.44% from 255 or 78.68% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFB25 is #E004DA. Grayscale: #A1A1A1. Windows color (decimal): -14681307 or 2489119. OLE color: 2489119.
HSL color Cylindrical-coordinate representation of color #1FFB25: hue angle of 121.64º 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 #1FFB25 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 37 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.02 |
| HSL | 121.64º | 0.96% | 0.55% | - |
| HSV(B) | 121.64º | 0.88% | 0.98% | - |
| XYZ | 35.4 | 69.42 | 13.28 | - |
| YUV | 160.82 | 58.11 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 37 | 0.88 | 0 | 0.85 | 0.02 | 121.64 | 0.96 | 0.55 |
| Hex | 1F | FB | 25 | 58 | 0 | 55 | 2 | 7A | 60 | 37 |
| Octal | 37 | 373 | 45 | 130 | 0 | 125 | 2 | 172 | 140 | 67 |
| Binary | 11111 | 11111011 | 100101 | 1011000 | 0 | 1010101 | 10 | 1111010 | 1100000 | 110111 |
Color Harmonies of #1FFB25
Complementary color
Monochromatic Colors of #1FFB25
Black with #1FFB25
Text Example
Text Example
White with #1FFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFB25; }
p { color: rgb(31,251,37); }
H1.HeaderClassName
{
color: #1FFB25;
}
.AnyTagClassName
{
color: #1FFB25;
}
</style>
background-color css
<style>
a { background-color: #1FFB25; }
a { background-color: rgb(31,251,37); }
div.DivClassName
{
background-color: #1FFB25;
}
.BgClassName
{
background-color: #1FFB25;
}
</style>
border-color css
<style>
span { border-color: #1FFB25; }
span { border-color: rgb(31,251,37); }
td.TdClassName
{
border-color: #1FFB25;
}
.TagClassName
{
border-color: #1FFB25;
}
</style>