Shades of Free Speech Green #18FF29
Tints of Free Speech Green #18FF29
RGB
CMYK
RGB Variations
Color information
#18FF29 (or 0x18FF29) is known color: Free Speech Green. HEX triplet: 18, FF and 29. RGB value is (24,255,41). Sum of RGB (Red+Green+Blue) = 24+255+41=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #18FF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18FF29 is #E700D6. Grayscale: #A2A2A2. Windows color (decimal): -15139031 or 2752280. OLE color: 2752280.
HSL color Cylindrical-coordinate representation of color #18FF29: hue angle of 124.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FF29 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 41 | - |
| CMYK | 0.91 | 0 | 0.84 | 0 |
| HSL | 124.42º | 1% | 0.55% | - |
| HSV(B) | 124.42º | 0.91% | 1% | - |
| XYZ | 36.54 | 71.87 | 14.05 | - |
| YUV | 161.54 | 59.97 | 29.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 41 | 0.91 | 0 | 0.84 | 0 | 124.42 | 1 | 0.55 |
| Hex | 18 | FF | 29 | 5B | 0 | 54 | 0 | 7C | 64 | 37 |
| Octal | 30 | 377 | 51 | 133 | 0 | 124 | 0 | 174 | 144 | 67 |
| Binary | 11000 | 11111111 | 101001 | 1011011 | 0 | 1010100 | 0 | 1111100 | 1100100 | 110111 |
Color Harmonies of #18FF29
Complementary color
Monochromatic Colors of #18FF29
Black with #18FF29
Text Example
Text Example
White with #18FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FF29; }
p { color: rgb(24,255,41); }
H1.HeaderClassName
{
color: #18FF29;
}
.AnyTagClassName
{
color: #18FF29;
}
</style>
background-color css
<style>
a { background-color: #18FF29; }
a { background-color: rgb(24,255,41); }
div.DivClassName
{
background-color: #18FF29;
}
.BgClassName
{
background-color: #18FF29;
}
</style>
border-color css
<style>
span { border-color: #18FF29; }
span { border-color: rgb(24,255,41); }
td.TdClassName
{
border-color: #18FF29;
}
.TagClassName
{
border-color: #18FF29;
}
</style>