Shades of Free Speech Green #18F02C
Tints of Free Speech Green #18F02C
RGB
CMYK
RGB Variations
Color information
#18F02C (or 0x18F02C) is known color: Free Speech Green. HEX triplet: 18, F0 and 2C. RGB value is (24,240,44). Sum of RGB (Red+Green+Blue) = 24+240+44=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 240 (94.14% from 255 or 77.92% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 240 - color contains mainly: green. Hex color #18F02C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F02C is #E70FD3. Grayscale: #999999. Windows color (decimal): -15142868 or 2945048. OLE color: 2945048.
HSL color Cylindrical-coordinate representation of color #18F02C: hue angle of 125.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F02C is Cyan = 0.9, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 44 | - |
| CMYK | 0.9 | 0 | 0.82 | 0.06 |
| HSL | 125.56º | 0.88% | 0.52% | - |
| HSV(B) | 125.56º | 0.9% | 0.94% | - |
| XYZ | 31.99 | 62.7 | 12.8 | - |
| YUV | 153.07 | 66.44 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 44 | 0.9 | 0 | 0.82 | 0.06 | 125.56 | 0.88 | 0.52 |
| Hex | 18 | F0 | 2C | 5A | 0 | 52 | 6 | 7E | 58 | 34 |
| Octal | 30 | 360 | 54 | 132 | 0 | 122 | 6 | 176 | 130 | 64 |
| Binary | 11000 | 11110000 | 101100 | 1011010 | 0 | 1010010 | 110 | 1111110 | 1011000 | 110100 |
Color Harmonies of #18F02C
Complementary color
Monochromatic Colors of #18F02C
Black with #18F02C
Text Example
Text Example
White with #18F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F02C; }
p { color: rgb(24,240,44); }
H1.HeaderClassName
{
color: #18F02C;
}
.AnyTagClassName
{
color: #18F02C;
}
</style>
background-color css
<style>
a { background-color: #18F02C; }
a { background-color: rgb(24,240,44); }
div.DivClassName
{
background-color: #18F02C;
}
.BgClassName
{
background-color: #18F02C;
}
</style>
border-color css
<style>
span { border-color: #18F02C; }
span { border-color: rgb(24,240,44); }
td.TdClassName
{
border-color: #18F02C;
}
.TagClassName
{
border-color: #18F02C;
}
</style>