Shades of Free Speech Green #1BFD27
Tints of Free Speech Green #1BFD27
RGB
CMYK
RGB Variations
Color information
#1BFD27 (or 0x1BFD27) is known color: Free Speech Green. HEX triplet: 1B, FD and 27. RGB value is (27,253,39). Sum of RGB (Red+Green+Blue) = 27+253+39=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 253 (99.22% from 255 or 79.31% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD27 is #E402D8. Grayscale: #A1A1A1. Windows color (decimal): -14942937 or 2620699. OLE color: 2620699.
HSL color Cylindrical-coordinate representation of color #1BFD27: hue angle of 123.19º 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 #1BFD27 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 39 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.01 |
| HSL | 123.19º | 0.98% | 0.55% | - |
| HSV(B) | 123.19º | 0.89% | 0.99% | - |
| XYZ | 35.94 | 70.63 | 13.66 | - |
| YUV | 161.03 | 59.13 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 39 | 0.89 | 0 | 0.85 | 0.01 | 123.19 | 0.98 | 0.55 |
| Hex | 1B | FD | 27 | 59 | 0 | 55 | 1 | 7B | 62 | 37 |
| Octal | 33 | 375 | 47 | 131 | 0 | 125 | 1 | 173 | 142 | 67 |
| Binary | 11011 | 11111101 | 100111 | 1011001 | 0 | 1010101 | 1 | 1111011 | 1100010 | 110111 |
Color Harmonies of #1BFD27
Complementary color
Monochromatic Colors of #1BFD27
Black with #1BFD27
Text Example
Text Example
White with #1BFD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD27; }
p { color: rgb(27,253,39); }
H1.HeaderClassName
{
color: #1BFD27;
}
.AnyTagClassName
{
color: #1BFD27;
}
</style>
background-color css
<style>
a { background-color: #1BFD27; }
a { background-color: rgb(27,253,39); }
div.DivClassName
{
background-color: #1BFD27;
}
.BgClassName
{
background-color: #1BFD27;
}
</style>
border-color css
<style>
span { border-color: #1BFD27; }
span { border-color: rgb(27,253,39); }
td.TdClassName
{
border-color: #1BFD27;
}
.TagClassName
{
border-color: #1BFD27;
}
</style>