Shades of Free Speech Green #2BFF25
Tints of Free Speech Green #2BFF25
RGB
CMYK
RGB Variations
Color information
#2BFF25 (or 0x2BFF25) is known color: Free Speech Green. HEX triplet: 2B, FF and 25. RGB value is (43,255,37). Sum of RGB (Red+Green+Blue) = 43+255+37=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF25 is #D400DA. Grayscale: #A7A7A7. Windows color (decimal): -13893851 or 2490155. OLE color: 2490155.
HSL color Cylindrical-coordinate representation of color #2BFF25: hue angle of 118.35º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BFF25 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 37 | - |
| CMYK | 0.83 | 0 | 0.85 | 0 |
| HSL | 118.35º | 1% | 0.57% | - |
| HSV(B) | 118.35º | 0.85% | 1% | - |
| XYZ | 37.09 | 72.17 | 13.73 | - |
| YUV | 166.76 | 54.76 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 37 | 0.83 | 0 | 0.85 | 0 | 118.35 | 1 | 0.57 |
| Hex | 2B | FF | 25 | 53 | 0 | 55 | 0 | 76 | 64 | 39 |
| Octal | 53 | 377 | 45 | 123 | 0 | 125 | 0 | 166 | 144 | 71 |
| Binary | 101011 | 11111111 | 100101 | 1010011 | 0 | 1010101 | 0 | 1110110 | 1100100 | 111001 |
Color Harmonies of #2BFF25
Complementary color
Monochromatic Colors of #2BFF25
Black with #2BFF25
Text Example
Text Example
White with #2BFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF25; }
p { color: rgb(43,255,37); }
H1.HeaderClassName
{
color: #2BFF25;
}
.AnyTagClassName
{
color: #2BFF25;
}
</style>
background-color css
<style>
a { background-color: #2BFF25; }
a { background-color: rgb(43,255,37); }
div.DivClassName
{
background-color: #2BFF25;
}
.BgClassName
{
background-color: #2BFF25;
}
</style>
border-color css
<style>
span { border-color: #2BFF25; }
span { border-color: rgb(43,255,37); }
td.TdClassName
{
border-color: #2BFF25;
}
.TagClassName
{
border-color: #2BFF25;
}
</style>