Shades of Free Speech Green #18EA2F
Tints of Free Speech Green #18EA2F
RGB
CMYK
RGB Variations
Color information
#18EA2F (or 0x18EA2F) is known color: Free Speech Green. HEX triplet: 18, EA and 2F. RGB value is (24,234,47). Sum of RGB (Red+Green+Blue) = 24+234+47=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EA2F is #E715D0. Grayscale: #969696. Windows color (decimal): -15144401 or 3140120. OLE color: 3140120.
HSL color Cylindrical-coordinate representation of color #18EA2F: hue angle of 126.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EA2F is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 47 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.08 |
| HSL | 126.57º | 0.83% | 0.51% | - |
| HSV(B) | 126.57º | 0.9% | 0.92% | - |
| XYZ | 30.31 | 59.25 | 12.53 | - |
| YUV | 149.89 | 69.93 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 47 | 0.90 | 0 | 0.80 | 0.08 | 126.57 | 0.83 | 0.51 |
| Hex | 18 | EA | 2F | 5A | 0 | 50 | 8 | 7F | 53 | 33 |
| Octal | 30 | 352 | 57 | 132 | 0 | 120 | 10 | 177 | 123 | 63 |
| Binary | 11000 | 11101010 | 101111 | 1011010 | 0 | 1010000 | 1000 | 1111111 | 1010011 | 110011 |
Color Harmonies of #18EA2F
Complementary color
Monochromatic Colors of #18EA2F
Black with #18EA2F
Text Example
Text Example
White with #18EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EA2F; }
p { color: rgb(24,234,47); }
H1.HeaderClassName
{
color: #18EA2F;
}
.AnyTagClassName
{
color: #18EA2F;
}
</style>
background-color css
<style>
a { background-color: #18EA2F; }
a { background-color: rgb(24,234,47); }
div.DivClassName
{
background-color: #18EA2F;
}
.BgClassName
{
background-color: #18EA2F;
}
</style>
border-color css
<style>
span { border-color: #18EA2F; }
span { border-color: rgb(24,234,47); }
td.TdClassName
{
border-color: #18EA2F;
}
.TagClassName
{
border-color: #18EA2F;
}
</style>