Shades of Free Speech Green #18CA02
Tints of Free Speech Green #18CA02
RGB
CMYK
RGB Variations
Color information
#18CA02 (or 0x18CA02) is known color: Free Speech Green. HEX triplet: 18, CA and 02. RGB value is (24,202,2). Sum of RGB (Red+Green+Blue) = 24+202+2=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 202 (79.30% from 255 or 88.60% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CA02 is #E735FD. Grayscale: #7E7E7E. Windows color (decimal): -15152638 or 182808. OLE color: 182808.
HSL color Cylindrical-coordinate representation of color #18CA02: hue angle of 113.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18CA02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.21 |
| HSL | 113.4º | 0.98% | 0.4% | - |
| HSV(B) | 113.4º | 0.99% | 0.79% | - |
| XYZ | 21.51 | 42.44 | 7.12 | - |
| YUV | 125.98 | 58.03 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 2 | 0.88 | 0 | 0.99 | 0.21 | 113.4 | 0.98 | 0.4 |
| Hex | 18 | CA | 2 | 58 | 0 | 63 | 15 | 71 | 62 | 28 |
| Octal | 30 | 312 | 2 | 130 | 0 | 143 | 25 | 161 | 142 | 50 |
| Binary | 11000 | 11001010 | 10 | 1011000 | 0 | 1100011 | 10101 | 1110001 | 1100010 | 101000 |
Color Harmonies of #18CA02
Complementary color
Monochromatic Colors of #18CA02
Black with #18CA02
Text Example
Text Example
White with #18CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA02; }
p { color: rgb(24,202,2); }
H1.HeaderClassName
{
color: #18CA02;
}
.AnyTagClassName
{
color: #18CA02;
}
</style>
background-color css
<style>
a { background-color: #18CA02; }
a { background-color: rgb(24,202,2); }
div.DivClassName
{
background-color: #18CA02;
}
.BgClassName
{
background-color: #18CA02;
}
</style>
border-color css
<style>
span { border-color: #18CA02; }
span { border-color: rgb(24,202,2); }
td.TdClassName
{
border-color: #18CA02;
}
.TagClassName
{
border-color: #18CA02;
}
</style>