Shades of Free Speech Green #1BFD37
Tints of Free Speech Green #1BFD37
RGB
CMYK
RGB Variations
Color information
#1BFD37 (or 0x1BFD37) is known color: Free Speech Green. HEX triplet: 1B, FD and 37. RGB value is (27,253,55). Sum of RGB (Red+Green+Blue) = 27+253+55=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 253 (99.22% from 255 or 75.52% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD37 is #E402C8. Grayscale: #A3A3A3. Windows color (decimal): -14942921 or 3669275. OLE color: 3669275.
HSL color Cylindrical-coordinate representation of color #1BFD37: hue angle of 127.43º 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 #1BFD37 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 55 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.01 |
| HSL | 127.43º | 0.98% | 0.55% | - |
| HSV(B) | 127.43º | 0.89% | 0.99% | - |
| XYZ | 36.27 | 70.76 | 15.36 | - |
| YUV | 162.85 | 67.13 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 55 | 0.89 | 0 | 0.78 | 0.01 | 127.43 | 0.98 | 0.55 |
| Hex | 1B | FD | 37 | 59 | 0 | 4E | 1 | 7F | 62 | 37 |
| Octal | 33 | 375 | 67 | 131 | 0 | 116 | 1 | 177 | 142 | 67 |
| Binary | 11011 | 11111101 | 110111 | 1011001 | 0 | 1001110 | 1 | 1111111 | 1100010 | 110111 |
Color Harmonies of #1BFD37
Complementary color
Monochromatic Colors of #1BFD37
Black with #1BFD37
Text Example
Text Example
White with #1BFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD37; }
p { color: rgb(27,253,55); }
H1.HeaderClassName
{
color: #1BFD37;
}
.AnyTagClassName
{
color: #1BFD37;
}
</style>
background-color css
<style>
a { background-color: #1BFD37; }
a { background-color: rgb(27,253,55); }
div.DivClassName
{
background-color: #1BFD37;
}
.BgClassName
{
background-color: #1BFD37;
}
</style>
border-color css
<style>
span { border-color: #1BFD37; }
span { border-color: rgb(27,253,55); }
td.TdClassName
{
border-color: #1BFD37;
}
.TagClassName
{
border-color: #1BFD37;
}
</style>