Shades of Free Speech Green #18D602
Tints of Free Speech Green #18D602
RGB
CMYK
RGB Variations
Color information
#18D602 (or 0x18D602) is known color: Free Speech Green. HEX triplet: 18, D6 and 02. RGB value is (24,214,2). Sum of RGB (Red+Green+Blue) = 24+214+2=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 214 (83.98% from 255 or 89.17% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 214 - color contains mainly: green. Hex color #18D602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D602 is #E729FD. Grayscale: #858585. Windows color (decimal): -15149566 or 185880. OLE color: 185880.
HSL color Cylindrical-coordinate representation of color #18D602: hue angle of 113.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18D602 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.16 |
| HSL | 113.77º | 0.98% | 0.42% | - |
| HSV(B) | 113.77º | 0.99% | 0.84% | - |
| XYZ | 24.43 | 48.29 | 8.09 | - |
| YUV | 133.02 | 54.05 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 2 | 0.89 | 0 | 0.99 | 0.16 | 113.77 | 0.98 | 0.42 |
| Hex | 18 | D6 | 2 | 59 | 0 | 63 | 10 | 72 | 62 | 2A |
| Octal | 30 | 326 | 2 | 131 | 0 | 143 | 20 | 162 | 142 | 52 |
| Binary | 11000 | 11010110 | 10 | 1011001 | 0 | 1100011 | 10000 | 1110010 | 1100010 | 101010 |
Color Harmonies of #18D602
Complementary color
Monochromatic Colors of #18D602
Black with #18D602
Text Example
Text Example
White with #18D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D602; }
p { color: rgb(24,214,2); }
H1.HeaderClassName
{
color: #18D602;
}
.AnyTagClassName
{
color: #18D602;
}
</style>
background-color css
<style>
a { background-color: #18D602; }
a { background-color: rgb(24,214,2); }
div.DivClassName
{
background-color: #18D602;
}
.BgClassName
{
background-color: #18D602;
}
</style>
border-color css
<style>
span { border-color: #18D602; }
span { border-color: rgb(24,214,2); }
td.TdClassName
{
border-color: #18D602;
}
.TagClassName
{
border-color: #18D602;
}
</style>