Shades of Free Speech Green #25EE1D
Tints of Free Speech Green #25EE1D
RGB
CMYK
RGB Variations
Color information
#25EE1D (or 0x25EE1D) is known color: Free Speech Green. HEX triplet: 25, EE and 1D. RGB value is (37,238,29). Sum of RGB (Red+Green+Blue) = 37+238+29=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 238 (93.36% from 255 or 78.29% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EE1D is #DA11E2. Grayscale: #9A9A9A. Windows color (decimal): -14291427 or 1961509. OLE color: 1961509.
HSL color Cylindrical-coordinate representation of color #25EE1D: hue angle of 117.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25EE1D is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 29 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.07 |
| HSL | 117.7º | 0.86% | 0.52% | - |
| HSV(B) | 117.7º | 0.88% | 0.93% | - |
| XYZ | 31.56 | 61.63 | 11.4 | - |
| YUV | 154.08 | 57.41 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 29 | 0.84 | 0 | 0.88 | 0.07 | 117.7 | 0.86 | 0.52 |
| Hex | 25 | EE | 1D | 54 | 0 | 58 | 7 | 76 | 56 | 34 |
| Octal | 45 | 356 | 35 | 124 | 0 | 130 | 7 | 166 | 126 | 64 |
| Binary | 100101 | 11101110 | 11101 | 1010100 | 0 | 1011000 | 111 | 1110110 | 1010110 | 110100 |
Color Harmonies of #25EE1D
Complementary color
Monochromatic Colors of #25EE1D
Black with #25EE1D
Text Example
Text Example
White with #25EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EE1D; }
p { color: rgb(37,238,29); }
H1.HeaderClassName
{
color: #25EE1D;
}
.AnyTagClassName
{
color: #25EE1D;
}
</style>
background-color css
<style>
a { background-color: #25EE1D; }
a { background-color: rgb(37,238,29); }
div.DivClassName
{
background-color: #25EE1D;
}
.BgClassName
{
background-color: #25EE1D;
}
</style>
border-color css
<style>
span { border-color: #25EE1D; }
span { border-color: rgb(37,238,29); }
td.TdClassName
{
border-color: #25EE1D;
}
.TagClassName
{
border-color: #25EE1D;
}
</style>