Shades of Free Speech Green #2BFB25
Tints of Free Speech Green #2BFB25
RGB
CMYK
RGB Variations
Color information
#2BFB25 (or 0x2BFB25) is known color: Free Speech Green. HEX triplet: 2B, FB and 25. RGB value is (43,251,37). Sum of RGB (Red+Green+Blue) = 43+251+37=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB25 is #D404DA. Grayscale: #A5A5A5. Windows color (decimal): -13894875 or 2489131. OLE color: 2489131.
HSL color Cylindrical-coordinate representation of color #2BFB25: hue angle of 118.32º 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 #2BFB25 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 37 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.02 |
| HSL | 118.32º | 0.96% | 0.56% | - |
| HSV(B) | 118.32º | 0.85% | 0.98% | - |
| XYZ | 35.83 | 69.64 | 13.3 | - |
| YUV | 164.41 | 56.09 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 37 | 0.83 | 0 | 0.85 | 0.02 | 118.32 | 0.96 | 0.56 |
| Hex | 2B | FB | 25 | 53 | 0 | 55 | 2 | 76 | 60 | 38 |
| Octal | 53 | 373 | 45 | 123 | 0 | 125 | 2 | 166 | 140 | 70 |
| Binary | 101011 | 11111011 | 100101 | 1010011 | 0 | 1010101 | 10 | 1110110 | 1100000 | 111000 |
Color Harmonies of #2BFB25
Complementary color
Monochromatic Colors of #2BFB25
Black with #2BFB25
Text Example
Text Example
White with #2BFB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB25; }
p { color: rgb(43,251,37); }
H1.HeaderClassName
{
color: #2BFB25;
}
.AnyTagClassName
{
color: #2BFB25;
}
</style>
background-color css
<style>
a { background-color: #2BFB25; }
a { background-color: rgb(43,251,37); }
div.DivClassName
{
background-color: #2BFB25;
}
.BgClassName
{
background-color: #2BFB25;
}
</style>
border-color css
<style>
span { border-color: #2BFB25; }
span { border-color: rgb(43,251,37); }
td.TdClassName
{
border-color: #2BFB25;
}
.TagClassName
{
border-color: #2BFB25;
}
</style>