Shades of Free Speech Green #25FF2B
Tints of Free Speech Green #25FF2B
RGB
CMYK
RGB Variations
Color information
#25FF2B (or 0x25FF2B) is known color: Free Speech Green. HEX triplet: 25, FF and 2B. RGB value is (37,255,43). Sum of RGB (Red+Green+Blue) = 37+255+43=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25FF2B is #DA00D4. Grayscale: #A6A6A6. Windows color (decimal): -14287061 or 2883365. OLE color: 2883365.
HSL color Cylindrical-coordinate representation of color #25FF2B: hue angle of 121.65º 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 #25FF2B is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 43 | - |
| CMYK | 0.85 | 0 | 0.83 | 0 |
| HSL | 121.65º | 1% | 0.57% | - |
| HSV(B) | 121.65º | 0.85% | 1% | - |
| XYZ | 36.96 | 72.09 | 14.25 | - |
| YUV | 165.65 | 58.78 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 43 | 0.85 | 0 | 0.83 | 0 | 121.65 | 1 | 0.57 |
| Hex | 25 | FF | 2B | 55 | 0 | 53 | 0 | 7A | 64 | 39 |
| Octal | 45 | 377 | 53 | 125 | 0 | 123 | 0 | 172 | 144 | 71 |
| Binary | 100101 | 11111111 | 101011 | 1010101 | 0 | 1010011 | 0 | 1111010 | 1100100 | 111001 |
Color Harmonies of #25FF2B
Complementary color
Monochromatic Colors of #25FF2B
Black with #25FF2B
Text Example
Text Example
White with #25FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF2B; }
p { color: rgb(37,255,43); }
H1.HeaderClassName
{
color: #25FF2B;
}
.AnyTagClassName
{
color: #25FF2B;
}
</style>
background-color css
<style>
a { background-color: #25FF2B; }
a { background-color: rgb(37,255,43); }
div.DivClassName
{
background-color: #25FF2B;
}
.BgClassName
{
background-color: #25FF2B;
}
</style>
border-color css
<style>
span { border-color: #25FF2B; }
span { border-color: rgb(37,255,43); }
td.TdClassName
{
border-color: #25FF2B;
}
.TagClassName
{
border-color: #25FF2B;
}
</style>