Shades of Free Speech Green #23F119
Tints of Free Speech Green #23F119
RGB
CMYK
RGB Variations
Color information
#23F119 (or 0x23F119) is known color: Free Speech Green. HEX triplet: 23, F1 and 19. RGB value is (35,241,25). Sum of RGB (Red+Green+Blue) = 35+241+25=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 241 (94.53% from 255 or 80.07% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 241 - color contains mainly: green. Hex color #23F119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #23F119 is #DC0EE6. Grayscale: #9B9B9B. Windows color (decimal): -14421735 or 1700131. OLE color: 1700131.
HSL color Cylindrical-coordinate representation of color #23F119: hue angle of 117.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23F119 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 241 | 25 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.05 |
| HSL | 117.22º | 0.89% | 0.52% | - |
| HSV(B) | 117.22º | 0.9% | 0.95% | - |
| XYZ | 32.32 | 63.34 | 11.44 | - |
| YUV | 154.78 | 54.75 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 241 | 25 | 0.85 | 0 | 0.90 | 0.05 | 117.22 | 0.89 | 0.52 |
| Hex | 23 | F1 | 19 | 55 | 0 | 5A | 5 | 75 | 59 | 34 |
| Octal | 43 | 361 | 31 | 125 | 0 | 132 | 5 | 165 | 131 | 64 |
| Binary | 100011 | 11110001 | 11001 | 1010101 | 0 | 1011010 | 101 | 1110101 | 1011001 | 110100 |
Color Harmonies of #23F119
Complementary color
Monochromatic Colors of #23F119
Black with #23F119
Text Example
Text Example
White with #23F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23F119; }
p { color: rgb(35,241,25); }
H1.HeaderClassName
{
color: #23F119;
}
.AnyTagClassName
{
color: #23F119;
}
</style>
background-color css
<style>
a { background-color: #23F119; }
a { background-color: rgb(35,241,25); }
div.DivClassName
{
background-color: #23F119;
}
.BgClassName
{
background-color: #23F119;
}
</style>
border-color css
<style>
span { border-color: #23F119; }
span { border-color: rgb(35,241,25); }
td.TdClassName
{
border-color: #23F119;
}
.TagClassName
{
border-color: #23F119;
}
</style>