Shades of Free Speech Green #18DE21
Tints of Free Speech Green #18DE21
RGB
CMYK
RGB Variations
Color information
#18DE21 (or 0x18DE21) is known color: Free Speech Green. HEX triplet: 18, DE and 21. RGB value is (24,222,33). Sum of RGB (Red+Green+Blue) = 24+222+33=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 222 (87.11% from 255 or 79.57% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 222 - color contains mainly: green. Hex color #18DE21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DE21 is #E721DE. Grayscale: #8D8D8D. Windows color (decimal): -15147487 or 2219544. OLE color: 2219544.
HSL color Cylindrical-coordinate representation of color #18DE21: hue angle of 122.73º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DE21 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 33 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.13 |
| HSL | 122.73º | 0.8% | 0.48% | - |
| HSV(B) | 122.73º | 0.89% | 0.87% | - |
| XYZ | 26.77 | 52.55 | 10.17 | - |
| YUV | 141.25 | 66.9 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 33 | 0.89 | 0 | 0.85 | 0.13 | 122.73 | 0.8 | 0.48 |
| Hex | 18 | DE | 21 | 59 | 0 | 55 | D | 7B | 50 | 30 |
| Octal | 30 | 336 | 41 | 131 | 0 | 125 | 15 | 173 | 120 | 60 |
| Binary | 11000 | 11011110 | 100001 | 1011001 | 0 | 1010101 | 1101 | 1111011 | 1010000 | 110000 |
Color Harmonies of #18DE21
Complementary color
Monochromatic Colors of #18DE21
Black with #18DE21
Text Example
Text Example
White with #18DE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DE21; }
p { color: rgb(24,222,33); }
H1.HeaderClassName
{
color: #18DE21;
}
.AnyTagClassName
{
color: #18DE21;
}
</style>
background-color css
<style>
a { background-color: #18DE21; }
a { background-color: rgb(24,222,33); }
div.DivClassName
{
background-color: #18DE21;
}
.BgClassName
{
background-color: #18DE21;
}
</style>
border-color css
<style>
span { border-color: #18DE21; }
span { border-color: rgb(24,222,33); }
td.TdClassName
{
border-color: #18DE21;
}
.TagClassName
{
border-color: #18DE21;
}
</style>