Shades of Free Speech Green #2AED18
Tints of Free Speech Green #2AED18
RGB
CMYK
RGB Variations
Color information
#2AED18 (or 0x2AED18) is known color: Free Speech Green. HEX triplet: 2A, ED and 18. RGB value is (42,237,24). Sum of RGB (Red+Green+Blue) = 42+237+24=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 237 (92.97% from 255 or 78.22% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AED18 is #D512E7. Grayscale: #9B9B9B. Windows color (decimal): -13964008 or 1633578. OLE color: 1633578.
HSL color Cylindrical-coordinate representation of color #2AED18: hue angle of 114.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AED18 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 24 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.07 |
| HSL | 114.93º | 0.86% | 0.51% | - |
| HSV(B) | 114.93º | 0.9% | 0.93% | - |
| XYZ | 31.4 | 61.13 | 11.01 | - |
| YUV | 154.41 | 54.4 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 24 | 0.82 | 0 | 0.90 | 0.07 | 114.93 | 0.86 | 0.51 |
| Hex | 2A | ED | 18 | 52 | 0 | 5A | 7 | 73 | 56 | 33 |
| Octal | 52 | 355 | 30 | 122 | 0 | 132 | 7 | 163 | 126 | 63 |
| Binary | 101010 | 11101101 | 11000 | 1010010 | 0 | 1011010 | 111 | 1110011 | 1010110 | 110011 |
Color Harmonies of #2AED18
Complementary color
Monochromatic Colors of #2AED18
Black with #2AED18
Text Example
Text Example
White with #2AED18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AED18; }
p { color: rgb(42,237,24); }
H1.HeaderClassName
{
color: #2AED18;
}
.AnyTagClassName
{
color: #2AED18;
}
</style>
background-color css
<style>
a { background-color: #2AED18; }
a { background-color: rgb(42,237,24); }
div.DivClassName
{
background-color: #2AED18;
}
.BgClassName
{
background-color: #2AED18;
}
</style>
border-color css
<style>
span { border-color: #2AED18; }
span { border-color: rgb(42,237,24); }
td.TdClassName
{
border-color: #2AED18;
}
.TagClassName
{
border-color: #2AED18;
}
</style>