Shades of Free Speech Green #00FB25
Tints of Free Speech Green #00FB25
RGB
CMYK
RGB Variations
Color information
#00FB25 (or 0x00FB25) is known color: Free Speech Green. HEX triplet: 00, FB and 25. RGB value is (0,251,37). Sum of RGB (Red+Green+Blue) = 0+251+37=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 251 (98.44% from 255 or 87.15% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FB25 is #FF04DA. Grayscale: #989898. Windows color (decimal): -16712923 or 2489088. OLE color: 2489088.
HSL color Cylindrical-coordinate representation of color #00FB25: hue angle of 128.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FB25 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 37 | - |
| CMYK | 1 | 0 | 0.85 | 0.02 |
| HSL | 128.84º | 1% | 0.49% | - |
| HSV(B) | 128.84º | 1% | 0.98% | - |
| XYZ | 34.83 | 69.13 | 13.26 | - |
| YUV | 151.56 | 63.34 | 19.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 37 | 1 | 0 | 0.85 | 0.02 | 128.84 | 1 | 0.49 |
| Hex | 0 | FB | 25 | 64 | 0 | 55 | 2 | 81 | 64 | 31 |
| Octal | 0 | 373 | 45 | 144 | 0 | 125 | 2 | 201 | 144 | 61 |
| Binary | 0 | 11111011 | 100101 | 1100100 | 0 | 1010101 | 10 | 10000001 | 1100100 | 110001 |
Color Harmonies of #00FB25
Complementary color
Monochromatic Colors of #00FB25
Black with #00FB25
Text Example
Text Example
White with #00FB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB25; }
p { color: rgb(0,251,37); }
H1.HeaderClassName
{
color: #00FB25;
}
.AnyTagClassName
{
color: #00FB25;
}
</style>
background-color css
<style>
a { background-color: #00FB25; }
a { background-color: rgb(0,251,37); }
div.DivClassName
{
background-color: #00FB25;
}
.BgClassName
{
background-color: #00FB25;
}
</style>
border-color css
<style>
span { border-color: #00FB25; }
span { border-color: rgb(0,251,37); }
td.TdClassName
{
border-color: #00FB25;
}
.TagClassName
{
border-color: #00FB25;
}
</style>