Shades of Free Speech Green #2AFA24
Tints of Free Speech Green #2AFA24
RGB
CMYK
RGB Variations
Color information
#2AFA24 (or 0x2AFA24) is known color: Free Speech Green. HEX triplet: 2A, FA and 24. RGB value is (42,250,36). Sum of RGB (Red+Green+Blue) = 42+250+36=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 250 (98.05% from 255 or 76.22% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFA24 is #D505DB. Grayscale: #A4A4A4. Windows color (decimal): -13960668 or 2423338. OLE color: 2423338.
HSL color Cylindrical-coordinate representation of color #2AFA24: hue angle of 118.32º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AFA24 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 36 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.02 |
| HSL | 118.32º | 0.96% | 0.56% | - |
| HSV(B) | 118.32º | 0.86% | 0.98% | - |
| XYZ | 35.46 | 68.99 | 13.12 | - |
| YUV | 163.41 | 56.09 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 36 | 0.83 | 0 | 0.86 | 0.02 | 118.32 | 0.96 | 0.56 |
| Hex | 2A | FA | 24 | 53 | 0 | 56 | 2 | 76 | 60 | 38 |
| Octal | 52 | 372 | 44 | 123 | 0 | 126 | 2 | 166 | 140 | 70 |
| Binary | 101010 | 11111010 | 100100 | 1010011 | 0 | 1010110 | 10 | 1110110 | 1100000 | 111000 |
Color Harmonies of #2AFA24
Complementary color
Monochromatic Colors of #2AFA24
Black with #2AFA24
Text Example
Text Example
White with #2AFA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA24; }
p { color: rgb(42,250,36); }
H1.HeaderClassName
{
color: #2AFA24;
}
.AnyTagClassName
{
color: #2AFA24;
}
</style>
background-color css
<style>
a { background-color: #2AFA24; }
a { background-color: rgb(42,250,36); }
div.DivClassName
{
background-color: #2AFA24;
}
.BgClassName
{
background-color: #2AFA24;
}
</style>
border-color css
<style>
span { border-color: #2AFA24; }
span { border-color: rgb(42,250,36); }
td.TdClassName
{
border-color: #2AFA24;
}
.TagClassName
{
border-color: #2AFA24;
}
</style>