Shades of Free Speech Green #1BEF29
Tints of Free Speech Green #1BEF29
RGB
CMYK
RGB Variations
Color information
#1BEF29 (or 0x1BEF29) is known color: Free Speech Green. HEX triplet: 1B, EF and 29. RGB value is (27,239,41). Sum of RGB (Red+Green+Blue) = 27+239+41=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEF29 is #E410D6. Grayscale: #999999. Windows color (decimal): -14946519 or 2748187. OLE color: 2748187.
HSL color Cylindrical-coordinate representation of color #1BEF29: hue angle of 123.96º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEF29 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 41 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.06 |
| HSL | 123.96º | 0.87% | 0.52% | - |
| HSV(B) | 123.96º | 0.89% | 0.94% | - |
| XYZ | 31.72 | 62.13 | 12.42 | - |
| YUV | 153.04 | 64.76 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 41 | 0.89 | 0 | 0.83 | 0.06 | 123.96 | 0.87 | 0.52 |
| Hex | 1B | EF | 29 | 59 | 0 | 53 | 6 | 7C | 57 | 34 |
| Octal | 33 | 357 | 51 | 131 | 0 | 123 | 6 | 174 | 127 | 64 |
| Binary | 11011 | 11101111 | 101001 | 1011001 | 0 | 1010011 | 110 | 1111100 | 1010111 | 110100 |
Color Harmonies of #1BEF29
Complementary color
Monochromatic Colors of #1BEF29
Black with #1BEF29
Text Example
Text Example
White with #1BEF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF29; }
p { color: rgb(27,239,41); }
H1.HeaderClassName
{
color: #1BEF29;
}
.AnyTagClassName
{
color: #1BEF29;
}
</style>
background-color css
<style>
a { background-color: #1BEF29; }
a { background-color: rgb(27,239,41); }
div.DivClassName
{
background-color: #1BEF29;
}
.BgClassName
{
background-color: #1BEF29;
}
</style>
border-color css
<style>
span { border-color: #1BEF29; }
span { border-color: rgb(27,239,41); }
td.TdClassName
{
border-color: #1BEF29;
}
.TagClassName
{
border-color: #1BEF29;
}
</style>