Shades of Free Speech Green #18F033
Tints of Free Speech Green #18F033
RGB
CMYK
RGB Variations
Color information
#18F033 (or 0x18F033) is known color: Free Speech Green. HEX triplet: 18, F0 and 33. RGB value is (24,240,51). Sum of RGB (Red+Green+Blue) = 24+240+51=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 240 (94.14% from 255 or 76.19% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 240 - color contains mainly: green. Hex color #18F033 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F033 is #E70FCC. Grayscale: #9A9A9A. Windows color (decimal): -15142861 or 3403800. OLE color: 3403800.
HSL color Cylindrical-coordinate representation of color #18F033: hue angle of 127.5º 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 #18F033 is Cyan = 0.9, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 51 | - |
| CMYK | 0.9 | 0 | 0.79 | 0.06 |
| HSL | 127.5º | 0.88% | 0.52% | - |
| HSV(B) | 127.5º | 0.9% | 0.94% | - |
| XYZ | 32.13 | 62.75 | 13.55 | - |
| YUV | 153.87 | 69.94 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 51 | 0.9 | 0 | 0.79 | 0.06 | 127.5 | 0.88 | 0.52 |
| Hex | 18 | F0 | 33 | 5A | 0 | 4F | 6 | 80 | 58 | 34 |
| Octal | 30 | 360 | 63 | 132 | 0 | 117 | 6 | 200 | 130 | 64 |
| Binary | 11000 | 11110000 | 110011 | 1011010 | 0 | 1001111 | 110 | 10000000 | 1011000 | 110100 |
Color Harmonies of #18F033
Complementary color
Monochromatic Colors of #18F033
Black with #18F033
Text Example
Text Example
White with #18F033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F033; }
p { color: rgb(24,240,51); }
H1.HeaderClassName
{
color: #18F033;
}
.AnyTagClassName
{
color: #18F033;
}
</style>
background-color css
<style>
a { background-color: #18F033; }
a { background-color: rgb(24,240,51); }
div.DivClassName
{
background-color: #18F033;
}
.BgClassName
{
background-color: #18F033;
}
</style>
border-color css
<style>
span { border-color: #18F033; }
span { border-color: rgb(24,240,51); }
td.TdClassName
{
border-color: #18F033;
}
.TagClassName
{
border-color: #18F033;
}
</style>