Shades of Free Speech Green #1BE415
Tints of Free Speech Green #1BE415
RGB
CMYK
RGB Variations
Color information
#1BE415 (or 0x1BE415) is known color: Free Speech Green. HEX triplet: 1B, E4 and 15. RGB value is (27,228,21). Sum of RGB (Red+Green+Blue) = 27+228+21=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #1BE415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE415 is #E41BEA. Grayscale: #909090. Windows color (decimal): -14949355 or 1434651. OLE color: 1434651.
HSL color Cylindrical-coordinate representation of color #1BE415: hue angle of 118.26º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BE415 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 228 | 21 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.11 |
| HSL | 118.26º | 0.83% | 0.49% | - |
| HSV(B) | 118.26º | 0.91% | 0.89% | - |
| XYZ | 28.33 | 55.77 | 9.98 | - |
| YUV | 144.3 | 58.41 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 228 | 21 | 0.88 | 0 | 0.91 | 0.11 | 118.26 | 0.83 | 0.49 |
| Hex | 1B | E4 | 15 | 58 | 0 | 5B | B | 76 | 53 | 31 |
| Octal | 33 | 344 | 25 | 130 | 0 | 133 | 13 | 166 | 123 | 61 |
| Binary | 11011 | 11100100 | 10101 | 1011000 | 0 | 1011011 | 1011 | 1110110 | 1010011 | 110001 |
Color Harmonies of #1BE415
Complementary color
Monochromatic Colors of #1BE415
Black with #1BE415
Text Example
Text Example
White with #1BE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE415; }
p { color: rgb(27,228,21); }
H1.HeaderClassName
{
color: #1BE415;
}
.AnyTagClassName
{
color: #1BE415;
}
</style>
background-color css
<style>
a { background-color: #1BE415; }
a { background-color: rgb(27,228,21); }
div.DivClassName
{
background-color: #1BE415;
}
.BgClassName
{
background-color: #1BE415;
}
</style>
border-color css
<style>
span { border-color: #1BE415; }
span { border-color: rgb(27,228,21); }
td.TdClassName
{
border-color: #1BE415;
}
.TagClassName
{
border-color: #1BE415;
}
</style>