Shades of Free Speech Green #18F62D
Tints of Free Speech Green #18F62D
RGB
CMYK
RGB Variations
Color information
#18F62D (or 0x18F62D) is known color: Free Speech Green. HEX triplet: 18, F6 and 2D. RGB value is (24,246,45). Sum of RGB (Red+Green+Blue) = 24+246+45=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 246 (96.48% from 255 or 78.10% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 246 - color contains mainly: green. Hex color #18F62D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F62D is #E709D2. Grayscale: #9D9D9D. Windows color (decimal): -15141331 or 3012120. OLE color: 3012120.
HSL color Cylindrical-coordinate representation of color #18F62D: hue angle of 125.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F62D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 45 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.04 |
| HSL | 125.68º | 0.93% | 0.53% | - |
| HSV(B) | 125.68º | 0.9% | 0.96% | - |
| XYZ | 33.81 | 66.3 | 13.5 | - |
| YUV | 156.71 | 64.95 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 45 | 0.90 | 0 | 0.82 | 0.04 | 125.68 | 0.93 | 0.53 |
| Hex | 18 | F6 | 2D | 5A | 0 | 52 | 4 | 7E | 5C | 35 |
| Octal | 30 | 366 | 55 | 132 | 0 | 122 | 4 | 176 | 134 | 65 |
| Binary | 11000 | 11110110 | 101101 | 1011010 | 0 | 1010010 | 100 | 1111110 | 1011100 | 110101 |
Color Harmonies of #18F62D
Complementary color
Monochromatic Colors of #18F62D
Black with #18F62D
Text Example
Text Example
White with #18F62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F62D; }
p { color: rgb(24,246,45); }
H1.HeaderClassName
{
color: #18F62D;
}
.AnyTagClassName
{
color: #18F62D;
}
</style>
background-color css
<style>
a { background-color: #18F62D; }
a { background-color: rgb(24,246,45); }
div.DivClassName
{
background-color: #18F62D;
}
.BgClassName
{
background-color: #18F62D;
}
</style>
border-color css
<style>
span { border-color: #18F62D; }
span { border-color: rgb(24,246,45); }
td.TdClassName
{
border-color: #18F62D;
}
.TagClassName
{
border-color: #18F62D;
}
</style>