Shades of Free Speech Green #2AFC2D
Tints of Free Speech Green #2AFC2D
RGB
CMYK
RGB Variations
Color information
#2AFC2D (or 0x2AFC2D) is known color: Free Speech Green. HEX triplet: 2A, FC and 2D. RGB value is (42,252,45). Sum of RGB (Red+Green+Blue) = 42+252+45=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC2D is #D503D2. Grayscale: #A6A6A6. Windows color (decimal): -13960147 or 3013674. OLE color: 3013674.
HSL color Cylindrical-coordinate representation of color #2AFC2D: hue angle of 120.86º degrees, saturation: 0.97, 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 #2AFC2D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 45 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.01 |
| HSL | 120.86º | 0.97% | 0.58% | - |
| HSV(B) | 120.86º | 0.83% | 0.99% | - |
| XYZ | 36.24 | 70.3 | 14.14 | - |
| YUV | 165.61 | 59.93 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 45 | 0.83 | 0 | 0.82 | 0.01 | 120.86 | 0.97 | 0.58 |
| Hex | 2A | FC | 2D | 53 | 0 | 52 | 1 | 79 | 61 | 3A |
| Octal | 52 | 374 | 55 | 123 | 0 | 122 | 1 | 171 | 141 | 72 |
| Binary | 101010 | 11111100 | 101101 | 1010011 | 0 | 1010010 | 1 | 1111001 | 1100001 | 111010 |
Color Harmonies of #2AFC2D
Complementary color
Monochromatic Colors of #2AFC2D
Black with #2AFC2D
Text Example
Text Example
White with #2AFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC2D; }
p { color: rgb(42,252,45); }
H1.HeaderClassName
{
color: #2AFC2D;
}
.AnyTagClassName
{
color: #2AFC2D;
}
</style>
background-color css
<style>
a { background-color: #2AFC2D; }
a { background-color: rgb(42,252,45); }
div.DivClassName
{
background-color: #2AFC2D;
}
.BgClassName
{
background-color: #2AFC2D;
}
</style>
border-color css
<style>
span { border-color: #2AFC2D; }
span { border-color: rgb(42,252,45); }
td.TdClassName
{
border-color: #2AFC2D;
}
.TagClassName
{
border-color: #2AFC2D;
}
</style>