Shades of Free Speech Green #2AFD32
Tints of Free Speech Green #2AFD32
RGB
CMYK
RGB Variations
Color information
#2AFD32 (or 0x2AFD32) is known color: Free Speech Green. HEX triplet: 2A, FD and 32. RGB value is (42,253,50). Sum of RGB (Red+Green+Blue) = 42+253+50=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD32 is #D502CD. Grayscale: #A7A7A7. Windows color (decimal): -13959886 or 3341610. OLE color: 3341610.
HSL color Cylindrical-coordinate representation of color #2AFD32: hue angle of 122.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFD32 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 50 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.01 |
| HSL | 122.27º | 0.98% | 0.58% | - |
| HSV(B) | 122.27º | 0.83% | 0.99% | - |
| XYZ | 36.66 | 70.97 | 14.78 | - |
| YUV | 166.77 | 62.1 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 50 | 0.83 | 0 | 0.80 | 0.01 | 122.27 | 0.98 | 0.58 |
| Hex | 2A | FD | 32 | 53 | 0 | 50 | 1 | 7A | 62 | 3A |
| Octal | 52 | 375 | 62 | 123 | 0 | 120 | 1 | 172 | 142 | 72 |
| Binary | 101010 | 11111101 | 110010 | 1010011 | 0 | 1010000 | 1 | 1111010 | 1100010 | 111010 |
Color Harmonies of #2AFD32
Complementary color
Monochromatic Colors of #2AFD32
Black with #2AFD32
Text Example
Text Example
White with #2AFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD32; }
p { color: rgb(42,253,50); }
H1.HeaderClassName
{
color: #2AFD32;
}
.AnyTagClassName
{
color: #2AFD32;
}
</style>
background-color css
<style>
a { background-color: #2AFD32; }
a { background-color: rgb(42,253,50); }
div.DivClassName
{
background-color: #2AFD32;
}
.BgClassName
{
background-color: #2AFD32;
}
</style>
border-color css
<style>
span { border-color: #2AFD32; }
span { border-color: rgb(42,253,50); }
td.TdClassName
{
border-color: #2AFD32;
}
.TagClassName
{
border-color: #2AFD32;
}
</style>