Shades of Free Speech Green #2AFF31
Tints of Free Speech Green #2AFF31
RGB
CMYK
RGB Variations
Color information
#2AFF31 (or 0x2AFF31) is known color: Free Speech Green. HEX triplet: 2A, FF and 31. RGB value is (42,255,49). Sum of RGB (Red+Green+Blue) = 42+255+49=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 255 (100% from 255 or 73.70% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF31 is #D500CE. Grayscale: #A8A8A8. Windows color (decimal): -13959375 or 3276586. OLE color: 3276586.
HSL color Cylindrical-coordinate representation of color #2AFF31: hue angle of 121.97º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF31 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 49 | - |
| CMYK | 0.84 | 0 | 0.81 | 0 |
| HSL | 121.97º | 1% | 0.58% | - |
| HSV(B) | 121.97º | 0.84% | 1% | - |
| XYZ | 37.27 | 72.23 | 14.88 | - |
| YUV | 167.83 | 60.93 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 49 | 0.84 | 0 | 0.81 | 0 | 121.97 | 1 | 0.58 |
| Hex | 2A | FF | 31 | 54 | 0 | 51 | 0 | 7A | 64 | 3A |
| Octal | 52 | 377 | 61 | 124 | 0 | 121 | 0 | 172 | 144 | 72 |
| Binary | 101010 | 11111111 | 110001 | 1010100 | 0 | 1010001 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #2AFF31
Complementary color
Monochromatic Colors of #2AFF31
Black with #2AFF31
Text Example
Text Example
White with #2AFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF31; }
p { color: rgb(42,255,49); }
H1.HeaderClassName
{
color: #2AFF31;
}
.AnyTagClassName
{
color: #2AFF31;
}
</style>
background-color css
<style>
a { background-color: #2AFF31; }
a { background-color: rgb(42,255,49); }
div.DivClassName
{
background-color: #2AFF31;
}
.BgClassName
{
background-color: #2AFF31;
}
</style>
border-color css
<style>
span { border-color: #2AFF31; }
span { border-color: rgb(42,255,49); }
td.TdClassName
{
border-color: #2AFF31;
}
.TagClassName
{
border-color: #2AFF31;
}
</style>