Shades of Free Speech Green #2BED1D
Tints of Free Speech Green #2BED1D
RGB
CMYK
RGB Variations
Color information
#2BED1D (or 0x2BED1D) is known color: Free Speech Green. HEX triplet: 2B, ED and 1D. RGB value is (43,237,29). Sum of RGB (Red+Green+Blue) = 43+237+29=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED1D is #D412E2. Grayscale: #9B9B9B. Windows color (decimal): -13898467 or 1961259. OLE color: 1961259.
HSL color Cylindrical-coordinate representation of color #2BED1D: hue angle of 115.96º degrees, saturation: 0.85, 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 #2BED1D is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 29 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.07 |
| HSL | 115.96º | 0.85% | 0.52% | - |
| HSV(B) | 115.96º | 0.88% | 0.93% | - |
| XYZ | 31.5 | 61.17 | 11.31 | - |
| YUV | 155.28 | 56.73 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 29 | 0.82 | 0 | 0.88 | 0.07 | 115.96 | 0.85 | 0.52 |
| Hex | 2B | ED | 1D | 52 | 0 | 58 | 7 | 74 | 55 | 34 |
| Octal | 53 | 355 | 35 | 122 | 0 | 130 | 7 | 164 | 125 | 64 |
| Binary | 101011 | 11101101 | 11101 | 1010010 | 0 | 1011000 | 111 | 1110100 | 1010101 | 110100 |
Color Harmonies of #2BED1D
Complementary color
Monochromatic Colors of #2BED1D
Black with #2BED1D
Text Example
Text Example
White with #2BED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED1D; }
p { color: rgb(43,237,29); }
H1.HeaderClassName
{
color: #2BED1D;
}
.AnyTagClassName
{
color: #2BED1D;
}
</style>
background-color css
<style>
a { background-color: #2BED1D; }
a { background-color: rgb(43,237,29); }
div.DivClassName
{
background-color: #2BED1D;
}
.BgClassName
{
background-color: #2BED1D;
}
</style>
border-color css
<style>
span { border-color: #2BED1D; }
span { border-color: rgb(43,237,29); }
td.TdClassName
{
border-color: #2BED1D;
}
.TagClassName
{
border-color: #2BED1D;
}
</style>