Shades of Free Speech Green #18FA2B
Tints of Free Speech Green #18FA2B
RGB
CMYK
RGB Variations
Color information
#18FA2B (or 0x18FA2B) is known color: Free Speech Green. HEX triplet: 18, FA and 2B. RGB value is (24,250,43). Sum of RGB (Red+Green+Blue) = 24+250+43=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #18FA2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FA2B is #E705D4. Grayscale: #9F9F9F. Windows color (decimal): -15140309 or 2882072. OLE color: 2882072.
HSL color Cylindrical-coordinate representation of color #18FA2B: hue angle of 125.04º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FA2B is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 43 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.02 |
| HSL | 125.04º | 0.96% | 0.54% | - |
| HSV(B) | 125.04º | 0.9% | 0.98% | - |
| XYZ | 35 | 68.74 | 13.71 | - |
| YUV | 158.83 | 62.63 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 43 | 0.90 | 0 | 0.83 | 0.02 | 125.04 | 0.96 | 0.54 |
| Hex | 18 | FA | 2B | 5A | 0 | 53 | 2 | 7D | 60 | 36 |
| Octal | 30 | 372 | 53 | 132 | 0 | 123 | 2 | 175 | 140 | 66 |
| Binary | 11000 | 11111010 | 101011 | 1011010 | 0 | 1010011 | 10 | 1111101 | 1100000 | 110110 |
Color Harmonies of #18FA2B
Complementary color
Monochromatic Colors of #18FA2B
Black with #18FA2B
Text Example
Text Example
White with #18FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FA2B; }
p { color: rgb(24,250,43); }
H1.HeaderClassName
{
color: #18FA2B;
}
.AnyTagClassName
{
color: #18FA2B;
}
</style>
background-color css
<style>
a { background-color: #18FA2B; }
a { background-color: rgb(24,250,43); }
div.DivClassName
{
background-color: #18FA2B;
}
.BgClassName
{
background-color: #18FA2B;
}
</style>
border-color css
<style>
span { border-color: #18FA2B; }
span { border-color: rgb(24,250,43); }
td.TdClassName
{
border-color: #18FA2B;
}
.TagClassName
{
border-color: #18FA2B;
}
</style>