Shades of Free Speech Green #2AF623
Tints of Free Speech Green #2AF623
RGB
CMYK
RGB Variations
Color information
#2AF623 (or 0x2AF623) is known color: Free Speech Green. HEX triplet: 2A, F6 and 23. RGB value is (42,246,35). Sum of RGB (Red+Green+Blue) = 42+246+35=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 246 (96.48% from 255 or 76.16% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF623 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF623 is #D509DC. Grayscale: #A1A1A1. Windows color (decimal): -13961693 or 2356778. OLE color: 2356778.
HSL color Cylindrical-coordinate representation of color #2AF623: hue angle of 118.01º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AF623 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.04 |
| HSL | 118.01º | 0.92% | 0.55% | - |
| HSV(B) | 118.01º | 0.86% | 0.96% | - |
| XYZ | 34.21 | 66.53 | 12.63 | - |
| YUV | 160.95 | 56.91 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 35 | 0.83 | 0 | 0.86 | 0.04 | 118.01 | 0.92 | 0.55 |
| Hex | 2A | F6 | 23 | 53 | 0 | 56 | 4 | 76 | 5C | 37 |
| Octal | 52 | 366 | 43 | 123 | 0 | 126 | 4 | 166 | 134 | 67 |
| Binary | 101010 | 11110110 | 100011 | 1010011 | 0 | 1010110 | 100 | 1110110 | 1011100 | 110111 |
Color Harmonies of #2AF623
Complementary color
Monochromatic Colors of #2AF623
Black with #2AF623
Text Example
Text Example
White with #2AF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF623; }
p { color: rgb(42,246,35); }
H1.HeaderClassName
{
color: #2AF623;
}
.AnyTagClassName
{
color: #2AF623;
}
</style>
background-color css
<style>
a { background-color: #2AF623; }
a { background-color: rgb(42,246,35); }
div.DivClassName
{
background-color: #2AF623;
}
.BgClassName
{
background-color: #2AF623;
}
</style>
border-color css
<style>
span { border-color: #2AF623; }
span { border-color: rgb(42,246,35); }
td.TdClassName
{
border-color: #2AF623;
}
.TagClassName
{
border-color: #2AF623;
}
</style>