Shades of Free Speech Green #1BE319
Tints of Free Speech Green #1BE319
RGB
CMYK
RGB Variations
Color information
#1BE319 (or 0x1BE319) is known color: Free Speech Green. HEX triplet: 1B, E3 and 19. RGB value is (27,227,25). Sum of RGB (Red+Green+Blue) = 27+227+25=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 227 (89.06% from 255 or 81.36% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE319 is #E41CE6. Grayscale: #909090. Windows color (decimal): -14949607 or 1696539. OLE color: 1696539.
HSL color Cylindrical-coordinate representation of color #1BE319: hue angle of 119.41º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE319 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 25 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.11 |
| HSL | 119.41º | 0.8% | 0.49% | - |
| HSV(B) | 119.41º | 0.89% | 0.89% | - |
| XYZ | 28.1 | 55.24 | 10.1 | - |
| YUV | 144.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 25 | 0.88 | 0 | 0.89 | 0.11 | 119.41 | 0.8 | 0.49 |
| Hex | 1B | E3 | 19 | 58 | 0 | 59 | B | 77 | 50 | 31 |
| Octal | 33 | 343 | 31 | 130 | 0 | 131 | 13 | 167 | 120 | 61 |
| Binary | 11011 | 11100011 | 11001 | 1011000 | 0 | 1011001 | 1011 | 1110111 | 1010000 | 110001 |
Color Harmonies of #1BE319
Complementary color
Monochromatic Colors of #1BE319
Black with #1BE319
Text Example
Text Example
White with #1BE319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE319; }
p { color: rgb(27,227,25); }
H1.HeaderClassName
{
color: #1BE319;
}
.AnyTagClassName
{
color: #1BE319;
}
</style>
background-color css
<style>
a { background-color: #1BE319; }
a { background-color: rgb(27,227,25); }
div.DivClassName
{
background-color: #1BE319;
}
.BgClassName
{
background-color: #1BE319;
}
</style>
border-color css
<style>
span { border-color: #1BE319; }
span { border-color: rgb(27,227,25); }
td.TdClassName
{
border-color: #1BE319;
}
.TagClassName
{
border-color: #1BE319;
}
</style>