Shades of Free Speech Green #1BF919
Tints of Free Speech Green #1BF919
RGB
CMYK
RGB Variations
Color information
#1BF919 (or 0x1BF919) is known color: Free Speech Green. HEX triplet: 1B, F9 and 19. RGB value is (27,249,25). Sum of RGB (Red+Green+Blue) = 27+249+25=301 (39% of max value = 765). Red value is 27 (10.94% from 255 or 8.97% from 301); Green value is 249 (97.66% from 255 or 82.72% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 249 - color contains mainly: green. Hex color #1BF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1BF919 is #E406E6. Grayscale: #9D9D9D. Windows color (decimal): -14943975 or 1702171. OLE color: 1702171.
HSL color Cylindrical-coordinate representation of color #1BF919: hue angle of 119.46º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BF919 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 249 | 25 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.02 |
| HSL | 119.46º | 0.95% | 0.54% | - |
| HSV(B) | 119.46º | 0.9% | 0.98% | - |
| XYZ | 34.5 | 68.05 | 12.24 | - |
| YUV | 157.09 | 53.45 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 249 | 25 | 0.89 | 0 | 0.90 | 0.02 | 119.46 | 0.95 | 0.54 |
| Hex | 1B | F9 | 19 | 59 | 0 | 5A | 2 | 77 | 5F | 36 |
| Octal | 33 | 371 | 31 | 131 | 0 | 132 | 2 | 167 | 137 | 66 |
| Binary | 11011 | 11111001 | 11001 | 1011001 | 0 | 1011010 | 10 | 1110111 | 1011111 | 110110 |
Color Harmonies of #1BF919
Complementary color
Monochromatic Colors of #1BF919
Black with #1BF919
Text Example
Text Example
White with #1BF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF919; }
p { color: rgb(27,249,25); }
H1.HeaderClassName
{
color: #1BF919;
}
.AnyTagClassName
{
color: #1BF919;
}
</style>
background-color css
<style>
a { background-color: #1BF919; }
a { background-color: rgb(27,249,25); }
div.DivClassName
{
background-color: #1BF919;
}
.BgClassName
{
background-color: #1BF919;
}
</style>
border-color css
<style>
span { border-color: #1BF919; }
span { border-color: rgb(27,249,25); }
td.TdClassName
{
border-color: #1BF919;
}
.TagClassName
{
border-color: #1BF919;
}
</style>