Shades of Free Speech Green #25DF11
Tints of Free Speech Green #25DF11
RGB
CMYK
RGB Variations
Color information
#25DF11 (or 0x25DF11) is known color: Free Speech Green. HEX triplet: 25, DF and 11. RGB value is (37,223,17). Sum of RGB (Red+Green+Blue) = 37+223+17=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 223 (87.5% from 255 or 80.51% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DF11 is #DA20EE. Grayscale: #909090. Windows color (decimal): -14295279 or 1171237. OLE color: 1171237.
HSL color Cylindrical-coordinate representation of color #25DF11: hue angle of 114.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25DF11 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 17 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.13 |
| HSL | 114.17º | 0.86% | 0.47% | - |
| HSV(B) | 114.17º | 0.92% | 0.87% | - |
| XYZ | 27.25 | 53.21 | 9.36 | - |
| YUV | 143.9 | 56.38 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 17 | 0.83 | 0 | 0.92 | 0.13 | 114.17 | 0.86 | 0.47 |
| Hex | 25 | DF | 11 | 53 | 0 | 5C | D | 72 | 56 | 2F |
| Octal | 45 | 337 | 21 | 123 | 0 | 134 | 15 | 162 | 126 | 57 |
| Binary | 100101 | 11011111 | 10001 | 1010011 | 0 | 1011100 | 1101 | 1110010 | 1010110 | 101111 |
Color Harmonies of #25DF11
Complementary color
Monochromatic Colors of #25DF11
Black with #25DF11
Text Example
Text Example
White with #25DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF11; }
p { color: rgb(37,223,17); }
H1.HeaderClassName
{
color: #25DF11;
}
.AnyTagClassName
{
color: #25DF11;
}
</style>
background-color css
<style>
a { background-color: #25DF11; }
a { background-color: rgb(37,223,17); }
div.DivClassName
{
background-color: #25DF11;
}
.BgClassName
{
background-color: #25DF11;
}
</style>
border-color css
<style>
span { border-color: #25DF11; }
span { border-color: rgb(37,223,17); }
td.TdClassName
{
border-color: #25DF11;
}
.TagClassName
{
border-color: #25DF11;
}
</style>