Shades of Free Speech Green #2BFA1D
Tints of Free Speech Green #2BFA1D
RGB
CMYK
RGB Variations
Color information
#2BFA1D (or 0x2BFA1D) is known color: Free Speech Green. HEX triplet: 2B, FA and 1D. RGB value is (43,250,29). Sum of RGB (Red+Green+Blue) = 43+250+29=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA1D is #D405E2. Grayscale: #A3A3A3. Windows color (decimal): -13895139 or 1964587. OLE color: 1964587.
HSL color Cylindrical-coordinate representation of color #2BFA1D: hue angle of 116.2º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BFA1D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 29 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.02 |
| HSL | 116.2º | 0.96% | 0.55% | - |
| HSV(B) | 116.2º | 0.88% | 0.98% | - |
| XYZ | 35.4 | 68.97 | 12.61 | - |
| YUV | 162.91 | 52.42 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 29 | 0.83 | 0 | 0.88 | 0.02 | 116.2 | 0.96 | 0.55 |
| Hex | 2B | FA | 1D | 53 | 0 | 58 | 2 | 74 | 60 | 37 |
| Octal | 53 | 372 | 35 | 123 | 0 | 130 | 2 | 164 | 140 | 67 |
| Binary | 101011 | 11111010 | 11101 | 1010011 | 0 | 1011000 | 10 | 1110100 | 1100000 | 110111 |
Color Harmonies of #2BFA1D
Complementary color
Monochromatic Colors of #2BFA1D
Black with #2BFA1D
Text Example
Text Example
White with #2BFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA1D; }
p { color: rgb(43,250,29); }
H1.HeaderClassName
{
color: #2BFA1D;
}
.AnyTagClassName
{
color: #2BFA1D;
}
</style>
background-color css
<style>
a { background-color: #2BFA1D; }
a { background-color: rgb(43,250,29); }
div.DivClassName
{
background-color: #2BFA1D;
}
.BgClassName
{
background-color: #2BFA1D;
}
</style>
border-color css
<style>
span { border-color: #2BFA1D; }
span { border-color: rgb(43,250,29); }
td.TdClassName
{
border-color: #2BFA1D;
}
.TagClassName
{
border-color: #2BFA1D;
}
</style>