Shades of Free Speech Green #18D002
Tints of Free Speech Green #18D002
RGB
CMYK
RGB Variations
Color information
#18D002 (or 0x18D002) is known color: Free Speech Green. HEX triplet: 18, D0 and 02. RGB value is (24,208,2). Sum of RGB (Red+Green+Blue) = 24+208+2=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 208 (81.64% from 255 or 88.89% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 208 - color contains mainly: green. Hex color #18D002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D002 is #E72FFD. Grayscale: #828282. Windows color (decimal): -15151102 or 184344. OLE color: 184344.
HSL color Cylindrical-coordinate representation of color #18D002: hue angle of 113.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18D002 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.18 |
| HSL | 113.59º | 0.98% | 0.41% | - |
| HSV(B) | 113.59º | 0.99% | 0.82% | - |
| XYZ | 22.94 | 45.31 | 7.59 | - |
| YUV | 129.5 | 56.04 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 2 | 0.88 | 0 | 0.99 | 0.18 | 113.59 | 0.98 | 0.41 |
| Hex | 18 | D0 | 2 | 58 | 0 | 63 | 12 | 72 | 62 | 29 |
| Octal | 30 | 320 | 2 | 130 | 0 | 143 | 22 | 162 | 142 | 51 |
| Binary | 11000 | 11010000 | 10 | 1011000 | 0 | 1100011 | 10010 | 1110010 | 1100010 | 101001 |
Color Harmonies of #18D002
Complementary color
Monochromatic Colors of #18D002
Black with #18D002
Text Example
Text Example
White with #18D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D002; }
p { color: rgb(24,208,2); }
H1.HeaderClassName
{
color: #18D002;
}
.AnyTagClassName
{
color: #18D002;
}
</style>
background-color css
<style>
a { background-color: #18D002; }
a { background-color: rgb(24,208,2); }
div.DivClassName
{
background-color: #18D002;
}
.BgClassName
{
background-color: #18D002;
}
</style>
border-color css
<style>
span { border-color: #18D002; }
span { border-color: rgb(24,208,2); }
td.TdClassName
{
border-color: #18D002;
}
.TagClassName
{
border-color: #18D002;
}
</style>