Shades of Free Speech Green #2AFD1A
Tints of Free Speech Green #2AFD1A
RGB
CMYK
RGB Variations
Color information
#2AFD1A (or 0x2AFD1A) is known color: Free Speech Green. HEX triplet: 2A, FD and 1A. RGB value is (42,253,26). Sum of RGB (Red+Green+Blue) = 42+253+26=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 253 (99.22% from 255 or 78.82% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD1A is #D502E5. Grayscale: #A4A4A4. Windows color (decimal): -13959910 or 1768746. OLE color: 1768746.
HSL color Cylindrical-coordinate representation of color #2AFD1A: hue angle of 115.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AFD1A is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 26 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.01 |
| HSL | 115.77º | 0.98% | 0.55% | - |
| HSV(B) | 115.77º | 0.9% | 0.99% | - |
| XYZ | 36.27 | 70.82 | 12.73 | - |
| YUV | 164.03 | 50.1 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 26 | 0.83 | 0 | 0.90 | 0.01 | 115.77 | 0.98 | 0.55 |
| Hex | 2A | FD | 1A | 53 | 0 | 5A | 1 | 74 | 62 | 37 |
| Octal | 52 | 375 | 32 | 123 | 0 | 132 | 1 | 164 | 142 | 67 |
| Binary | 101010 | 11111101 | 11010 | 1010011 | 0 | 1011010 | 1 | 1110100 | 1100010 | 110111 |
Color Harmonies of #2AFD1A
Complementary color
Monochromatic Colors of #2AFD1A
Black with #2AFD1A
Text Example
Text Example
White with #2AFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD1A; }
p { color: rgb(42,253,26); }
H1.HeaderClassName
{
color: #2AFD1A;
}
.AnyTagClassName
{
color: #2AFD1A;
}
</style>
background-color css
<style>
a { background-color: #2AFD1A; }
a { background-color: rgb(42,253,26); }
div.DivClassName
{
background-color: #2AFD1A;
}
.BgClassName
{
background-color: #2AFD1A;
}
</style>
border-color css
<style>
span { border-color: #2AFD1A; }
span { border-color: rgb(42,253,26); }
td.TdClassName
{
border-color: #2AFD1A;
}
.TagClassName
{
border-color: #2AFD1A;
}
</style>