Shades of Free Speech Green #1BEF28
Tints of Free Speech Green #1BEF28
RGB
CMYK
RGB Variations
Color information
#1BEF28 (or 0x1BEF28) is known color: Free Speech Green. HEX triplet: 1B, EF and 28. RGB value is (27,239,40). Sum of RGB (Red+Green+Blue) = 27+239+40=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEF28 is #E410D7. Grayscale: #999999. Windows color (decimal): -14946520 or 2682651. OLE color: 2682651.
HSL color Cylindrical-coordinate representation of color #1BEF28: hue angle of 123.68º 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 #1BEF28 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 40 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.06 |
| HSL | 123.68º | 0.87% | 0.52% | - |
| HSV(B) | 123.68º | 0.89% | 0.94% | - |
| XYZ | 31.7 | 62.12 | 12.33 | - |
| YUV | 152.93 | 64.26 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 40 | 0.89 | 0 | 0.83 | 0.06 | 123.68 | 0.87 | 0.52 |
| Hex | 1B | EF | 28 | 59 | 0 | 53 | 6 | 7C | 57 | 34 |
| Octal | 33 | 357 | 50 | 131 | 0 | 123 | 6 | 174 | 127 | 64 |
| Binary | 11011 | 11101111 | 101000 | 1011001 | 0 | 1010011 | 110 | 1111100 | 1010111 | 110100 |
Color Harmonies of #1BEF28
Complementary color
Monochromatic Colors of #1BEF28
Black with #1BEF28
Text Example
Text Example
White with #1BEF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEF28; }
p { color: rgb(27,239,40); }
H1.HeaderClassName
{
color: #1BEF28;
}
.AnyTagClassName
{
color: #1BEF28;
}
</style>
background-color css
<style>
a { background-color: #1BEF28; }
a { background-color: rgb(27,239,40); }
div.DivClassName
{
background-color: #1BEF28;
}
.BgClassName
{
background-color: #1BEF28;
}
</style>
border-color css
<style>
span { border-color: #1BEF28; }
span { border-color: rgb(27,239,40); }
td.TdClassName
{
border-color: #1BEF28;
}
.TagClassName
{
border-color: #1BEF28;
}
</style>