Shades of Free Speech Green #25F62A
Tints of Free Speech Green #25F62A
RGB
CMYK
RGB Variations
Color information
#25F62A (or 0x25F62A) is known color: Free Speech Green. HEX triplet: 25, F6 and 2A. RGB value is (37,246,42). Sum of RGB (Red+Green+Blue) = 37+246+42=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 246 (96.48% from 255 or 75.69% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 246 - color contains mainly: green. Hex color #25F62A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F62A is #DA09D5. Grayscale: #A0A0A0. Windows color (decimal): -14289366 or 2815525. OLE color: 2815525.
HSL color Cylindrical-coordinate representation of color #25F62A: hue angle of 121.44º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F62A is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 246 | 42 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.04 |
| HSL | 121.44º | 0.92% | 0.55% | - |
| HSV(B) | 121.44º | 0.85% | 0.96% | - |
| XYZ | 34.14 | 66.47 | 13.22 | - |
| YUV | 160.25 | 61.26 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 246 | 42 | 0.85 | 0 | 0.83 | 0.04 | 121.44 | 0.92 | 0.55 |
| Hex | 25 | F6 | 2A | 55 | 0 | 53 | 4 | 79 | 5C | 37 |
| Octal | 45 | 366 | 52 | 125 | 0 | 123 | 4 | 171 | 134 | 67 |
| Binary | 100101 | 11110110 | 101010 | 1010101 | 0 | 1010011 | 100 | 1111001 | 1011100 | 110111 |
Color Harmonies of #25F62A
Complementary color
Monochromatic Colors of #25F62A
Black with #25F62A
Text Example
Text Example
White with #25F62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F62A; }
p { color: rgb(37,246,42); }
H1.HeaderClassName
{
color: #25F62A;
}
.AnyTagClassName
{
color: #25F62A;
}
</style>
background-color css
<style>
a { background-color: #25F62A; }
a { background-color: rgb(37,246,42); }
div.DivClassName
{
background-color: #25F62A;
}
.BgClassName
{
background-color: #25F62A;
}
</style>
border-color css
<style>
span { border-color: #25F62A; }
span { border-color: rgb(37,246,42); }
td.TdClassName
{
border-color: #25F62A;
}
.TagClassName
{
border-color: #25F62A;
}
</style>