Shades of Free Speech Green #1BFF2E
Tints of Free Speech Green #1BFF2E
RGB
CMYK
RGB Variations
Color information
#1BFF2E (or 0x1BFF2E) is known color: Free Speech Green. HEX triplet: 1B, FF and 2E. RGB value is (27,255,46). Sum of RGB (Red+Green+Blue) = 27+255+46=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #1BFF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BFF2E is #E400D1. Grayscale: #A3A3A3. Windows color (decimal): -14942418 or 3079963. OLE color: 3079963.
HSL color Cylindrical-coordinate representation of color #1BFF2E: hue angle of 125º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFF2E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 255 | 46 | - |
| CMYK | 0.89 | 0 | 0.82 | 0 |
| HSL | 125º | 1% | 0.55% | - |
| HSV(B) | 125º | 0.89% | 1% | - |
| XYZ | 36.71 | 71.95 | 14.54 | - |
| YUV | 163 | 61.96 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 255 | 46 | 0.89 | 0 | 0.82 | 0 | 125 | 1 | 0.55 |
| Hex | 1B | FF | 2E | 59 | 0 | 52 | 0 | 7D | 64 | 37 |
| Octal | 33 | 377 | 56 | 131 | 0 | 122 | 0 | 175 | 144 | 67 |
| Binary | 11011 | 11111111 | 101110 | 1011001 | 0 | 1010010 | 0 | 1111101 | 1100100 | 110111 |
Color Harmonies of #1BFF2E
Complementary color
Monochromatic Colors of #1BFF2E
Black with #1BFF2E
Text Example
Text Example
White with #1BFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFF2E; }
p { color: rgb(27,255,46); }
H1.HeaderClassName
{
color: #1BFF2E;
}
.AnyTagClassName
{
color: #1BFF2E;
}
</style>
background-color css
<style>
a { background-color: #1BFF2E; }
a { background-color: rgb(27,255,46); }
div.DivClassName
{
background-color: #1BFF2E;
}
.BgClassName
{
background-color: #1BFF2E;
}
</style>
border-color css
<style>
span { border-color: #1BFF2E; }
span { border-color: rgb(27,255,46); }
td.TdClassName
{
border-color: #1BFF2E;
}
.TagClassName
{
border-color: #1BFF2E;
}
</style>