Shades of Free Speech Green #2BFA25
Tints of Free Speech Green #2BFA25
RGB
CMYK
RGB Variations
Color information
#2BFA25 (or 0x2BFA25) is known color: Free Speech Green. HEX triplet: 2B, FA and 25. RGB value is (43,250,37). Sum of RGB (Red+Green+Blue) = 43+250+37=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 250 (98.05% from 255 or 75.76% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA25 is #D405DA. Grayscale: #A4A4A4. Windows color (decimal): -13895131 or 2488875. OLE color: 2488875.
HSL color Cylindrical-coordinate representation of color #2BFA25: hue angle of 118.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BFA25 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 37 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.02 |
| HSL | 118.31º | 0.96% | 0.56% | - |
| HSV(B) | 118.31º | 0.85% | 0.98% | - |
| XYZ | 35.52 | 69.02 | 13.2 | - |
| YUV | 163.83 | 56.42 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 37 | 0.83 | 0 | 0.85 | 0.02 | 118.31 | 0.96 | 0.56 |
| Hex | 2B | FA | 25 | 53 | 0 | 55 | 2 | 76 | 60 | 38 |
| Octal | 53 | 372 | 45 | 123 | 0 | 125 | 2 | 166 | 140 | 70 |
| Binary | 101011 | 11111010 | 100101 | 1010011 | 0 | 1010101 | 10 | 1110110 | 1100000 | 111000 |
Color Harmonies of #2BFA25
Complementary color
Monochromatic Colors of #2BFA25
Black with #2BFA25
Text Example
Text Example
White with #2BFA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA25; }
p { color: rgb(43,250,37); }
H1.HeaderClassName
{
color: #2BFA25;
}
.AnyTagClassName
{
color: #2BFA25;
}
</style>
background-color css
<style>
a { background-color: #2BFA25; }
a { background-color: rgb(43,250,37); }
div.DivClassName
{
background-color: #2BFA25;
}
.BgClassName
{
background-color: #2BFA25;
}
</style>
border-color css
<style>
span { border-color: #2BFA25; }
span { border-color: rgb(43,250,37); }
td.TdClassName
{
border-color: #2BFA25;
}
.TagClassName
{
border-color: #2BFA25;
}
</style>