Shades of Free Speech Green #2AFC27
Tints of Free Speech Green #2AFC27
RGB
CMYK
RGB Variations
Color information
#2AFC27 (or 0x2AFC27) is known color: Free Speech Green. HEX triplet: 2A, FC and 27. RGB value is (42,252,39). Sum of RGB (Red+Green+Blue) = 42+252+39=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC27 is #D503D8. Grayscale: #A5A5A5. Windows color (decimal): -13960153 or 2620458. OLE color: 2620458.
HSL color Cylindrical-coordinate representation of color #2AFC27: hue angle of 119.15º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AFC27 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 39 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.01 |
| HSL | 119.15º | 0.97% | 0.57% | - |
| HSV(B) | 119.15º | 0.85% | 0.99% | - |
| XYZ | 36.13 | 70.26 | 13.58 | - |
| YUV | 164.93 | 56.93 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 39 | 0.83 | 0 | 0.85 | 0.01 | 119.15 | 0.97 | 0.57 |
| Hex | 2A | FC | 27 | 53 | 0 | 55 | 1 | 77 | 61 | 39 |
| Octal | 52 | 374 | 47 | 123 | 0 | 125 | 1 | 167 | 141 | 71 |
| Binary | 101010 | 11111100 | 100111 | 1010011 | 0 | 1010101 | 1 | 1110111 | 1100001 | 111001 |
Color Harmonies of #2AFC27
Complementary color
Monochromatic Colors of #2AFC27
Black with #2AFC27
Text Example
Text Example
White with #2AFC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC27; }
p { color: rgb(42,252,39); }
H1.HeaderClassName
{
color: #2AFC27;
}
.AnyTagClassName
{
color: #2AFC27;
}
</style>
background-color css
<style>
a { background-color: #2AFC27; }
a { background-color: rgb(42,252,39); }
div.DivClassName
{
background-color: #2AFC27;
}
.BgClassName
{
background-color: #2AFC27;
}
</style>
border-color css
<style>
span { border-color: #2AFC27; }
span { border-color: rgb(42,252,39); }
td.TdClassName
{
border-color: #2AFC27;
}
.TagClassName
{
border-color: #2AFC27;
}
</style>