Shades of Free Speech Green #2AFE2C
Tints of Free Speech Green #2AFE2C
RGB
CMYK
RGB Variations
Color information
#2AFE2C (or 0x2AFE2C) is known color: Free Speech Green. HEX triplet: 2A, FE and 2C. RGB value is (42,254,44). Sum of RGB (Red+Green+Blue) = 42+254+44=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 254 (99.61% from 255 or 74.71% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFE2C is #D501D3. Grayscale: #A7A7A7. Windows color (decimal): -13959636 or 2948650. OLE color: 2948650.
HSL color Cylindrical-coordinate representation of color #2AFE2C: hue angle of 120.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE2C is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 44 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.00 |
| HSL | 120.57º | 0.99% | 0.58% | - |
| HSV(B) | 120.57º | 0.83% | 1% | - |
| XYZ | 36.85 | 71.56 | 14.25 | - |
| YUV | 166.67 | 58.76 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 44 | 0.83 | 0 | 0.83 | 0.00 | 120.57 | 0.99 | 0.58 |
| Hex | 2A | FE | 2C | 53 | 0 | 53 | 0 | 79 | 63 | 3A |
| Octal | 52 | 376 | 54 | 123 | 0 | 123 | 0 | 171 | 143 | 72 |
| Binary | 101010 | 11111110 | 101100 | 1010011 | 0 | 1010011 | 0 | 1111001 | 1100011 | 111010 |
Color Harmonies of #2AFE2C
Complementary color
Monochromatic Colors of #2AFE2C
Black with #2AFE2C
Text Example
Text Example
White with #2AFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE2C; }
p { color: rgb(42,254,44); }
H1.HeaderClassName
{
color: #2AFE2C;
}
.AnyTagClassName
{
color: #2AFE2C;
}
</style>
background-color css
<style>
a { background-color: #2AFE2C; }
a { background-color: rgb(42,254,44); }
div.DivClassName
{
background-color: #2AFE2C;
}
.BgClassName
{
background-color: #2AFE2C;
}
</style>
border-color css
<style>
span { border-color: #2AFE2C; }
span { border-color: rgb(42,254,44); }
td.TdClassName
{
border-color: #2AFE2C;
}
.TagClassName
{
border-color: #2AFE2C;
}
</style>