Shades of Free Speech Green #23F525
Tints of Free Speech Green #23F525
RGB
CMYK
RGB Variations
Color information
#23F525 (or 0x23F525) is known color: Free Speech Green. HEX triplet: 23, F5 and 25. RGB value is (35,245,37). Sum of RGB (Red+Green+Blue) = 35+245+37=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #23F525 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F525 is #DC0ADA. Grayscale: #9F9F9F. Windows color (decimal): -14420699 or 2487587. OLE color: 2487587.
HSL color Cylindrical-coordinate representation of color #23F525: hue angle of 120.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F525 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 245 | 37 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.04 |
| HSL | 120.57º | 0.91% | 0.55% | - |
| HSV(B) | 120.57º | 0.86% | 0.96% | - |
| XYZ | 33.68 | 65.8 | 12.68 | - |
| YUV | 158.5 | 59.43 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 245 | 37 | 0.86 | 0 | 0.85 | 0.04 | 120.57 | 0.91 | 0.55 |
| Hex | 23 | F5 | 25 | 56 | 0 | 55 | 4 | 79 | 5B | 37 |
| Octal | 43 | 365 | 45 | 126 | 0 | 125 | 4 | 171 | 133 | 67 |
| Binary | 100011 | 11110101 | 100101 | 1010110 | 0 | 1010101 | 100 | 1111001 | 1011011 | 110111 |
Color Harmonies of #23F525
Complementary color
Monochromatic Colors of #23F525
Black with #23F525
Text Example
Text Example
White with #23F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F525; }
p { color: rgb(35,245,37); }
H1.HeaderClassName
{
color: #23F525;
}
.AnyTagClassName
{
color: #23F525;
}
</style>
background-color css
<style>
a { background-color: #23F525; }
a { background-color: rgb(35,245,37); }
div.DivClassName
{
background-color: #23F525;
}
.BgClassName
{
background-color: #23F525;
}
</style>
border-color css
<style>
span { border-color: #23F525; }
span { border-color: rgb(35,245,37); }
td.TdClassName
{
border-color: #23F525;
}
.TagClassName
{
border-color: #23F525;
}
</style>