Shades of Free Speech Green #25EE0A
Tints of Free Speech Green #25EE0A
RGB
CMYK
RGB Variations
Color information
#25EE0A (or 0x25EE0A) is known color: Free Speech Green. HEX triplet: 25, EE and 0A. RGB value is (37,238,10). Sum of RGB (Red+Green+Blue) = 37+238+10=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 238 (93.36% from 255 or 83.51% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25EE0A is #DA11F5. Grayscale: #989898. Windows color (decimal): -14291446 or 716325. OLE color: 716325.
HSL color Cylindrical-coordinate representation of color #25EE0A: hue angle of 112.89º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25EE0A is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 10 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.07 |
| HSL | 112.89º | 0.92% | 0.49% | - |
| HSV(B) | 112.89º | 0.96% | 0.93% | - |
| XYZ | 31.39 | 61.56 | 10.52 | - |
| YUV | 151.91 | 47.91 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 10 | 0.84 | 0 | 0.96 | 0.07 | 112.89 | 0.92 | 0.49 |
| Hex | 25 | EE | A | 54 | 0 | 60 | 7 | 71 | 5C | 31 |
| Octal | 45 | 356 | 12 | 124 | 0 | 140 | 7 | 161 | 134 | 61 |
| Binary | 100101 | 11101110 | 1010 | 1010100 | 0 | 1100000 | 111 | 1110001 | 1011100 | 110001 |
Color Harmonies of #25EE0A
Complementary color
Monochromatic Colors of #25EE0A
Black with #25EE0A
Text Example
Text Example
White with #25EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EE0A; }
p { color: rgb(37,238,10); }
H1.HeaderClassName
{
color: #25EE0A;
}
.AnyTagClassName
{
color: #25EE0A;
}
</style>
background-color css
<style>
a { background-color: #25EE0A; }
a { background-color: rgb(37,238,10); }
div.DivClassName
{
background-color: #25EE0A;
}
.BgClassName
{
background-color: #25EE0A;
}
</style>
border-color css
<style>
span { border-color: #25EE0A; }
span { border-color: rgb(37,238,10); }
td.TdClassName
{
border-color: #25EE0A;
}
.TagClassName
{
border-color: #25EE0A;
}
</style>