Shades of Free Speech Green #2AF728
Tints of Free Speech Green #2AF728
RGB
CMYK
RGB Variations
Color information
#2AF728 (or 0x2AF728) is known color: Free Speech Green. HEX triplet: 2A, F7 and 28. RGB value is (42,247,40). Sum of RGB (Red+Green+Blue) = 42+247+40=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF728 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF728 is #D508D7. Grayscale: #A2A2A2. Windows color (decimal): -13961432 or 2684714. OLE color: 2684714.
HSL color Cylindrical-coordinate representation of color #2AF728: hue angle of 119.42º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF728 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 40 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.03 |
| HSL | 119.42º | 0.93% | 0.56% | - |
| HSV(B) | 119.42º | 0.84% | 0.97% | - |
| XYZ | 34.6 | 67.17 | 13.15 | - |
| YUV | 162.11 | 59.08 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 40 | 0.83 | 0 | 0.84 | 0.03 | 119.42 | 0.93 | 0.56 |
| Hex | 2A | F7 | 28 | 53 | 0 | 54 | 3 | 77 | 5D | 38 |
| Octal | 52 | 367 | 50 | 123 | 0 | 124 | 3 | 167 | 135 | 70 |
| Binary | 101010 | 11110111 | 101000 | 1010011 | 0 | 1010100 | 11 | 1110111 | 1011101 | 111000 |
Color Harmonies of #2AF728
Complementary color
Monochromatic Colors of #2AF728
Black with #2AF728
Text Example
Text Example
White with #2AF728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF728; }
p { color: rgb(42,247,40); }
H1.HeaderClassName
{
color: #2AF728;
}
.AnyTagClassName
{
color: #2AF728;
}
</style>
background-color css
<style>
a { background-color: #2AF728; }
a { background-color: rgb(42,247,40); }
div.DivClassName
{
background-color: #2AF728;
}
.BgClassName
{
background-color: #2AF728;
}
</style>
border-color css
<style>
span { border-color: #2AF728; }
span { border-color: rgb(42,247,40); }
td.TdClassName
{
border-color: #2AF728;
}
.TagClassName
{
border-color: #2AF728;
}
</style>