Shades of Free Speech Green #2AF823
Tints of Free Speech Green #2AF823
RGB
CMYK
RGB Variations
Color information
#2AF823 (or 0x2AF823) is known color: Free Speech Green. HEX triplet: 2A, F8 and 23. RGB value is (42,248,35). Sum of RGB (Red+Green+Blue) = 42+248+35=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF823 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF823 is #D507DC. Grayscale: #A2A2A2. Windows color (decimal): -13961181 or 2357290. OLE color: 2357290.
HSL color Cylindrical-coordinate representation of color #2AF823: hue angle of 118.03º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AF823 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 35 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.03 |
| HSL | 118.03º | 0.94% | 0.55% | - |
| HSV(B) | 118.03º | 0.86% | 0.97% | - |
| XYZ | 34.83 | 67.75 | 12.83 | - |
| YUV | 162.12 | 56.25 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 35 | 0.83 | 0 | 0.86 | 0.03 | 118.03 | 0.94 | 0.55 |
| Hex | 2A | F8 | 23 | 53 | 0 | 56 | 3 | 76 | 5E | 37 |
| Octal | 52 | 370 | 43 | 123 | 0 | 126 | 3 | 166 | 136 | 67 |
| Binary | 101010 | 11111000 | 100011 | 1010011 | 0 | 1010110 | 11 | 1110110 | 1011110 | 110111 |
Color Harmonies of #2AF823
Complementary color
Monochromatic Colors of #2AF823
Black with #2AF823
Text Example
Text Example
White with #2AF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF823; }
p { color: rgb(42,248,35); }
H1.HeaderClassName
{
color: #2AF823;
}
.AnyTagClassName
{
color: #2AF823;
}
</style>
background-color css
<style>
a { background-color: #2AF823; }
a { background-color: rgb(42,248,35); }
div.DivClassName
{
background-color: #2AF823;
}
.BgClassName
{
background-color: #2AF823;
}
</style>
border-color css
<style>
span { border-color: #2AF823; }
span { border-color: rgb(42,248,35); }
td.TdClassName
{
border-color: #2AF823;
}
.TagClassName
{
border-color: #2AF823;
}
</style>