Shades of Free Speech Green #1BFD2E
Tints of Free Speech Green #1BFD2E
RGB
CMYK
RGB Variations
Color information
#1BFD2E (or 0x1BFD2E) is known color: Free Speech Green. HEX triplet: 1B, FD and 2E. RGB value is (27,253,46). Sum of RGB (Red+Green+Blue) = 27+253+46=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 253 (99.22% from 255 or 77.61% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 253 - color contains mainly: green. Hex color #1BFD2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFD2E is #E402D1. Grayscale: #A2A2A2. Windows color (decimal): -14942930 or 3079451. OLE color: 3079451.
HSL color Cylindrical-coordinate representation of color #1BFD2E: hue angle of 125.04º 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 #1BFD2E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 253 | 46 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.01 |
| HSL | 125.04º | 0.98% | 0.55% | - |
| HSV(B) | 125.04º | 0.89% | 0.99% | - |
| XYZ | 36.07 | 70.68 | 14.33 | - |
| YUV | 161.83 | 62.63 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 253 | 46 | 0.89 | 0 | 0.82 | 0.01 | 125.04 | 0.98 | 0.55 |
| Hex | 1B | FD | 2E | 59 | 0 | 52 | 1 | 7D | 62 | 37 |
| Octal | 33 | 375 | 56 | 131 | 0 | 122 | 1 | 175 | 142 | 67 |
| Binary | 11011 | 11111101 | 101110 | 1011001 | 0 | 1010010 | 1 | 1111101 | 1100010 | 110111 |
Color Harmonies of #1BFD2E
Complementary color
Monochromatic Colors of #1BFD2E
Black with #1BFD2E
Text Example
Text Example
White with #1BFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFD2E; }
p { color: rgb(27,253,46); }
H1.HeaderClassName
{
color: #1BFD2E;
}
.AnyTagClassName
{
color: #1BFD2E;
}
</style>
background-color css
<style>
a { background-color: #1BFD2E; }
a { background-color: rgb(27,253,46); }
div.DivClassName
{
background-color: #1BFD2E;
}
.BgClassName
{
background-color: #1BFD2E;
}
</style>
border-color css
<style>
span { border-color: #1BFD2E; }
span { border-color: rgb(27,253,46); }
td.TdClassName
{
border-color: #1BFD2E;
}
.TagClassName
{
border-color: #1BFD2E;
}
</style>