Shades of Free Speech Green #2AFE1E
Tints of Free Speech Green #2AFE1E
RGB
CMYK
RGB Variations
Color information
#2AFE1E (or 0x2AFE1E) is known color: Free Speech Green. HEX triplet: 2A, FE and 1E. RGB value is (42,254,30). Sum of RGB (Red+Green+Blue) = 42+254+30=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 254 (99.61% from 255 or 77.91% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE1E is #D501E1. Grayscale: #A5A5A5. Windows color (decimal): -13959650 or 2031146. OLE color: 2031146.
HSL color Cylindrical-coordinate representation of color #2AFE1E: hue angle of 116.79º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AFE1E is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 30 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.00 |
| HSL | 116.79º | 0.99% | 0.56% | - |
| HSV(B) | 116.79º | 0.88% | 1% | - |
| XYZ | 36.63 | 71.47 | 13.09 | - |
| YUV | 165.08 | 51.76 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 30 | 0.83 | 0 | 0.88 | 0.00 | 116.79 | 0.99 | 0.56 |
| Hex | 2A | FE | 1E | 53 | 0 | 58 | 0 | 75 | 63 | 38 |
| Octal | 52 | 376 | 36 | 123 | 0 | 130 | 0 | 165 | 143 | 70 |
| Binary | 101010 | 11111110 | 11110 | 1010011 | 0 | 1011000 | 0 | 1110101 | 1100011 | 111000 |
Color Harmonies of #2AFE1E
Complementary color
Monochromatic Colors of #2AFE1E
Black with #2AFE1E
Text Example
Text Example
White with #2AFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE1E; }
p { color: rgb(42,254,30); }
H1.HeaderClassName
{
color: #2AFE1E;
}
.AnyTagClassName
{
color: #2AFE1E;
}
</style>
background-color css
<style>
a { background-color: #2AFE1E; }
a { background-color: rgb(42,254,30); }
div.DivClassName
{
background-color: #2AFE1E;
}
.BgClassName
{
background-color: #2AFE1E;
}
</style>
border-color css
<style>
span { border-color: #2AFE1E; }
span { border-color: rgb(42,254,30); }
td.TdClassName
{
border-color: #2AFE1E;
}
.TagClassName
{
border-color: #2AFE1E;
}
</style>