Shades of Free Speech Green #2BFA29
Tints of Free Speech Green #2BFA29
RGB
CMYK
RGB Variations
Color information
#2BFA29 (or 0x2BFA29) is known color: Free Speech Green. HEX triplet: 2B, FA and 29. RGB value is (43,250,41). Sum of RGB (Red+Green+Blue) = 43+250+41=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA29 is #D405D6. Grayscale: #A4A4A4. Windows color (decimal): -13895127 or 2751019. OLE color: 2751019.
HSL color Cylindrical-coordinate representation of color #2BFA29: hue angle of 119.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BFA29 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 41 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.02 |
| HSL | 119.43º | 0.95% | 0.57% | - |
| HSV(B) | 119.43º | 0.84% | 0.98% | - |
| XYZ | 35.58 | 69.04 | 13.55 | - |
| YUV | 164.28 | 58.42 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 41 | 0.83 | 0 | 0.84 | 0.02 | 119.43 | 0.95 | 0.57 |
| Hex | 2B | FA | 29 | 53 | 0 | 54 | 2 | 77 | 5F | 39 |
| Octal | 53 | 372 | 51 | 123 | 0 | 124 | 2 | 167 | 137 | 71 |
| Binary | 101011 | 11111010 | 101001 | 1010011 | 0 | 1010100 | 10 | 1110111 | 1011111 | 111001 |
Color Harmonies of #2BFA29
Complementary color
Monochromatic Colors of #2BFA29
Black with #2BFA29
Text Example
Text Example
White with #2BFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA29; }
p { color: rgb(43,250,41); }
H1.HeaderClassName
{
color: #2BFA29;
}
.AnyTagClassName
{
color: #2BFA29;
}
</style>
background-color css
<style>
a { background-color: #2BFA29; }
a { background-color: rgb(43,250,41); }
div.DivClassName
{
background-color: #2BFA29;
}
.BgClassName
{
background-color: #2BFA29;
}
</style>
border-color css
<style>
span { border-color: #2BFA29; }
span { border-color: rgb(43,250,41); }
td.TdClassName
{
border-color: #2BFA29;
}
.TagClassName
{
border-color: #2BFA29;
}
</style>