Shades of Free Speech Green #1BEC2A
Tints of Free Speech Green #1BEC2A
RGB
CMYK
RGB Variations
Color information
#1BEC2A (or 0x1BEC2A) is known color: Free Speech Green. HEX triplet: 1B, EC and 2A. RGB value is (27,236,42). Sum of RGB (Red+Green+Blue) = 27+236+42=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 236 (92.58% from 255 or 77.38% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 236 - color contains mainly: green. Hex color #1BEC2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BEC2A is #E413D5. Grayscale: #979797. Windows color (decimal): -14947286 or 2812955. OLE color: 2812955.
HSL color Cylindrical-coordinate representation of color #1BEC2A: hue angle of 124.31º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEC2A is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 42 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.07 |
| HSL | 124.31º | 0.85% | 0.52% | - |
| HSV(B) | 124.31º | 0.89% | 0.93% | - |
| XYZ | 30.87 | 60.39 | 12.22 | - |
| YUV | 151.39 | 66.26 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 42 | 0.89 | 0 | 0.82 | 0.07 | 124.31 | 0.85 | 0.52 |
| Hex | 1B | EC | 2A | 59 | 0 | 52 | 7 | 7C | 55 | 34 |
| Octal | 33 | 354 | 52 | 131 | 0 | 122 | 7 | 174 | 125 | 64 |
| Binary | 11011 | 11101100 | 101010 | 1011001 | 0 | 1010010 | 111 | 1111100 | 1010101 | 110100 |
Color Harmonies of #1BEC2A
Complementary color
Monochromatic Colors of #1BEC2A
Black with #1BEC2A
Text Example
Text Example
White with #1BEC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEC2A; }
p { color: rgb(27,236,42); }
H1.HeaderClassName
{
color: #1BEC2A;
}
.AnyTagClassName
{
color: #1BEC2A;
}
</style>
background-color css
<style>
a { background-color: #1BEC2A; }
a { background-color: rgb(27,236,42); }
div.DivClassName
{
background-color: #1BEC2A;
}
.BgClassName
{
background-color: #1BEC2A;
}
</style>
border-color css
<style>
span { border-color: #1BEC2A; }
span { border-color: rgb(27,236,42); }
td.TdClassName
{
border-color: #1BEC2A;
}
.TagClassName
{
border-color: #1BEC2A;
}
</style>