Shades of Free Speech Green #1BFD1E
Tints of Free Speech Green #1BFD1E
RGB
CMYK
RGB Variations
Color information
#1BFD1E (or 0x1BFD1E) is known color: Free Speech Green. HEX triplet: 1B, FD and 1E. RGB value is (27,253,30). Sum of RGB (Red+Green+Blue) = 27+253+30=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 253 (99.22% from 255 or 81.61% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD1E is #E402E1. Grayscale: #A0A0A0. Windows color (decimal): -14942946 or 2030875. OLE color: 2030875.
HSL color Cylindrical-coordinate representation of color #1BFD1E: hue angle of 120.8º 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 #1BFD1E is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 30 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.01 |
| HSL | 120.8º | 0.98% | 0.55% | - |
| HSV(B) | 120.8º | 0.89% | 0.99% | - |
| XYZ | 35.81 | 70.58 | 12.96 | - |
| YUV | 160 | 54.63 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 30 | 0.89 | 0 | 0.88 | 0.01 | 120.8 | 0.98 | 0.55 |
| Hex | 1B | FD | 1E | 59 | 0 | 58 | 1 | 79 | 62 | 37 |
| Octal | 33 | 375 | 36 | 131 | 0 | 130 | 1 | 171 | 142 | 67 |
| Binary | 11011 | 11111101 | 11110 | 1011001 | 0 | 1011000 | 1 | 1111001 | 1100010 | 110111 |
Color Harmonies of #1BFD1E
Complementary color
Monochromatic Colors of #1BFD1E
Black with #1BFD1E
Text Example
Text Example
White with #1BFD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD1E; }
p { color: rgb(27,253,30); }
H1.HeaderClassName
{
color: #1BFD1E;
}
.AnyTagClassName
{
color: #1BFD1E;
}
</style>
background-color css
<style>
a { background-color: #1BFD1E; }
a { background-color: rgb(27,253,30); }
div.DivClassName
{
background-color: #1BFD1E;
}
.BgClassName
{
background-color: #1BFD1E;
}
</style>
border-color css
<style>
span { border-color: #1BFD1E; }
span { border-color: rgb(27,253,30); }
td.TdClassName
{
border-color: #1BFD1E;
}
.TagClassName
{
border-color: #1BFD1E;
}
</style>