Shades of Free Speech Green #2AFF1E
Tints of Free Speech Green #2AFF1E
RGB
CMYK
RGB Variations
Color information
#2AFF1E (or 0x2AFF1E) is known color: Free Speech Green. HEX triplet: 2A, FF and 1E. RGB value is (42,255,30). Sum of RGB (Red+Green+Blue) = 42+255+30=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF1E is #D500E1. Grayscale: #A6A6A6. Windows color (decimal): -13959394 or 2031402. OLE color: 2031402.
HSL color Cylindrical-coordinate representation of color #2AFF1E: hue angle of 116.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AFF1E is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 30 | - |
| CMYK | 0.84 | 0 | 0.88 | 0 |
| HSL | 116.8º | 1% | 0.56% | - |
| HSV(B) | 116.8º | 0.88% | 1% | - |
| XYZ | 36.95 | 72.11 | 13.2 | - |
| YUV | 165.66 | 51.43 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 30 | 0.84 | 0 | 0.88 | 0 | 116.8 | 1 | 0.56 |
| Hex | 2A | FF | 1E | 54 | 0 | 58 | 0 | 75 | 64 | 38 |
| Octal | 52 | 377 | 36 | 124 | 0 | 130 | 0 | 165 | 144 | 70 |
| Binary | 101010 | 11111111 | 11110 | 1010100 | 0 | 1011000 | 0 | 1110101 | 1100100 | 111000 |
Color Harmonies of #2AFF1E
Complementary color
Monochromatic Colors of #2AFF1E
Black with #2AFF1E
Text Example
Text Example
White with #2AFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF1E; }
p { color: rgb(42,255,30); }
H1.HeaderClassName
{
color: #2AFF1E;
}
.AnyTagClassName
{
color: #2AFF1E;
}
</style>
background-color css
<style>
a { background-color: #2AFF1E; }
a { background-color: rgb(42,255,30); }
div.DivClassName
{
background-color: #2AFF1E;
}
.BgClassName
{
background-color: #2AFF1E;
}
</style>
border-color css
<style>
span { border-color: #2AFF1E; }
span { border-color: rgb(42,255,30); }
td.TdClassName
{
border-color: #2AFF1E;
}
.TagClassName
{
border-color: #2AFF1E;
}
</style>