Shades of Free Speech Green #2AFF37
Tints of Free Speech Green #2AFF37
RGB
CMYK
RGB Variations
Color information
#2AFF37 (or 0x2AFF37) is known color: Free Speech Green. HEX triplet: 2A, FF and 37. RGB value is (42,255,55). Sum of RGB (Red+Green+Blue) = 42+255+55=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF37 is #D500C8. Grayscale: #A9A9A9. Windows color (decimal): -13959369 or 3669802. OLE color: 3669802.
HSL color Cylindrical-coordinate representation of color #2AFF37: hue angle of 123.66º 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 #2AFF37 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 55 | - |
| CMYK | 0.84 | 0 | 0.78 | 0 |
| HSL | 123.66º | 1% | 0.58% | - |
| HSV(B) | 123.66º | 0.84% | 1% | - |
| XYZ | 37.4 | 72.29 | 15.6 | - |
| YUV | 168.51 | 63.93 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 55 | 0.84 | 0 | 0.78 | 0 | 123.66 | 1 | 0.58 |
| Hex | 2A | FF | 37 | 54 | 0 | 4E | 0 | 7C | 64 | 3A |
| Octal | 52 | 377 | 67 | 124 | 0 | 116 | 0 | 174 | 144 | 72 |
| Binary | 101010 | 11111111 | 110111 | 1010100 | 0 | 1001110 | 0 | 1111100 | 1100100 | 111010 |
Color Harmonies of #2AFF37
Complementary color
Monochromatic Colors of #2AFF37
Black with #2AFF37
Text Example
Text Example
White with #2AFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF37; }
p { color: rgb(42,255,55); }
H1.HeaderClassName
{
color: #2AFF37;
}
.AnyTagClassName
{
color: #2AFF37;
}
</style>
background-color css
<style>
a { background-color: #2AFF37; }
a { background-color: rgb(42,255,55); }
div.DivClassName
{
background-color: #2AFF37;
}
.BgClassName
{
background-color: #2AFF37;
}
</style>
border-color css
<style>
span { border-color: #2AFF37; }
span { border-color: rgb(42,255,55); }
td.TdClassName
{
border-color: #2AFF37;
}
.TagClassName
{
border-color: #2AFF37;
}
</style>