Shades of Free Speech Green #1BFD25
Tints of Free Speech Green #1BFD25
RGB
CMYK
RGB Variations
Color information
#1BFD25 (or 0x1BFD25) is known color: Free Speech Green. HEX triplet: 1B, FD and 25. RGB value is (27,253,37). Sum of RGB (Red+Green+Blue) = 27+253+37=317 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.52% from 317); Green value is 253 (99.22% from 255 or 79.81% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD25 is #E402DA. Grayscale: #A1A1A1. Windows color (decimal): -14942939 or 2489627. OLE color: 2489627.
HSL color Cylindrical-coordinate representation of color #1BFD25: hue angle of 122.65º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFD25 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 37 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.01 |
| HSL | 122.65º | 0.98% | 0.55% | - |
| HSV(B) | 122.65º | 0.89% | 0.99% | - |
| XYZ | 35.91 | 70.62 | 13.49 | - |
| YUV | 160.8 | 58.13 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 37 | 0.89 | 0 | 0.85 | 0.01 | 122.65 | 0.98 | 0.55 |
| Hex | 1B | FD | 25 | 59 | 0 | 55 | 1 | 7B | 62 | 37 |
| Octal | 33 | 375 | 45 | 131 | 0 | 125 | 1 | 173 | 142 | 67 |
| Binary | 11011 | 11111101 | 100101 | 1011001 | 0 | 1010101 | 1 | 1111011 | 1100010 | 110111 |
Color Harmonies of #1BFD25
Complementary color
Monochromatic Colors of #1BFD25
Black with #1BFD25
Text Example
Text Example
White with #1BFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD25; }
p { color: rgb(27,253,37); }
H1.HeaderClassName
{
color: #1BFD25;
}
.AnyTagClassName
{
color: #1BFD25;
}
</style>
background-color css
<style>
a { background-color: #1BFD25; }
a { background-color: rgb(27,253,37); }
div.DivClassName
{
background-color: #1BFD25;
}
.BgClassName
{
background-color: #1BFD25;
}
</style>
border-color css
<style>
span { border-color: #1BFD25; }
span { border-color: rgb(27,253,37); }
td.TdClassName
{
border-color: #1BFD25;
}
.TagClassName
{
border-color: #1BFD25;
}
</style>