Shades of Free Speech Green #2BEE1C
Tints of Free Speech Green #2BEE1C
RGB
CMYK
RGB Variations
Color information
#2BEE1C (or 0x2BEE1C) is known color: Free Speech Green. HEX triplet: 2B, EE and 1C. RGB value is (43,238,28). Sum of RGB (Red+Green+Blue) = 43+238+28=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 238 (93.36% from 255 or 77.02% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEE1C is #D411E3. Grayscale: #9C9C9C. Windows color (decimal): -13898212 or 1895979. OLE color: 1895979.
HSL color Cylindrical-coordinate representation of color #2BEE1C: hue angle of 115.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BEE1C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.07 |
| HSL | 115.71º | 0.86% | 0.52% | - |
| HSV(B) | 115.71º | 0.88% | 0.93% | - |
| XYZ | 31.78 | 61.75 | 11.34 | - |
| YUV | 155.76 | 55.9 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 28 | 0.82 | 0 | 0.88 | 0.07 | 115.71 | 0.86 | 0.52 |
| Hex | 2B | EE | 1C | 52 | 0 | 58 | 7 | 74 | 56 | 34 |
| Octal | 53 | 356 | 34 | 122 | 0 | 130 | 7 | 164 | 126 | 64 |
| Binary | 101011 | 11101110 | 11100 | 1010010 | 0 | 1011000 | 111 | 1110100 | 1010110 | 110100 |
Color Harmonies of #2BEE1C
Complementary color
Monochromatic Colors of #2BEE1C
Black with #2BEE1C
Text Example
Text Example
White with #2BEE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE1C; }
p { color: rgb(43,238,28); }
H1.HeaderClassName
{
color: #2BEE1C;
}
.AnyTagClassName
{
color: #2BEE1C;
}
</style>
background-color css
<style>
a { background-color: #2BEE1C; }
a { background-color: rgb(43,238,28); }
div.DivClassName
{
background-color: #2BEE1C;
}
.BgClassName
{
background-color: #2BEE1C;
}
</style>
border-color css
<style>
span { border-color: #2BEE1C; }
span { border-color: rgb(43,238,28); }
td.TdClassName
{
border-color: #2BEE1C;
}
.TagClassName
{
border-color: #2BEE1C;
}
</style>