Shades of Free Speech Green #1BE418
Tints of Free Speech Green #1BE418
RGB
CMYK
RGB Variations
Color information
#1BE418 (or 0x1BE418) is known color: Free Speech Green. HEX triplet: 1B, E4 and 18. RGB value is (27,228,24). Sum of RGB (Red+Green+Blue) = 27+228+24=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 228 (89.45% from 255 or 81.72% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 228 - color contains mainly: green. Hex color #1BE418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE418 is #E41BE7. Grayscale: #919191. Windows color (decimal): -14949352 or 1631259. OLE color: 1631259.
HSL color Cylindrical-coordinate representation of color #1BE418: hue angle of 119.12º degrees, saturation: 0.81, 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 #1BE418 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 228 | 24 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.11 |
| HSL | 119.12º | 0.81% | 0.49% | - |
| HSV(B) | 119.12º | 0.89% | 0.89% | - |
| XYZ | 28.36 | 55.79 | 10.14 | - |
| YUV | 144.65 | 59.91 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 228 | 24 | 0.88 | 0 | 0.89 | 0.11 | 119.12 | 0.81 | 0.49 |
| Hex | 1B | E4 | 18 | 58 | 0 | 59 | B | 77 | 51 | 31 |
| Octal | 33 | 344 | 30 | 130 | 0 | 131 | 13 | 167 | 121 | 61 |
| Binary | 11011 | 11100100 | 11000 | 1011000 | 0 | 1011001 | 1011 | 1110111 | 1010001 | 110001 |
Color Harmonies of #1BE418
Complementary color
Monochromatic Colors of #1BE418
Black with #1BE418
Text Example
Text Example
White with #1BE418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE418; }
p { color: rgb(27,228,24); }
H1.HeaderClassName
{
color: #1BE418;
}
.AnyTagClassName
{
color: #1BE418;
}
</style>
background-color css
<style>
a { background-color: #1BE418; }
a { background-color: rgb(27,228,24); }
div.DivClassName
{
background-color: #1BE418;
}
.BgClassName
{
background-color: #1BE418;
}
</style>
border-color css
<style>
span { border-color: #1BE418; }
span { border-color: rgb(27,228,24); }
td.TdClassName
{
border-color: #1BE418;
}
.TagClassName
{
border-color: #1BE418;
}
</style>