Shades of Free Speech Green #2AF31D
Tints of Free Speech Green #2AF31D
RGB
CMYK
RGB Variations
Color information
#2AF31D (or 0x2AF31D) is known color: Free Speech Green. HEX triplet: 2A, F3 and 1D. RGB value is (42,243,29). Sum of RGB (Red+Green+Blue) = 42+243+29=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 243 (95.31% from 255 or 77.39% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF31D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF31D is #D50CE2. Grayscale: #9F9F9F. Windows color (decimal): -13962467 or 1962794. OLE color: 1962794.
HSL color Cylindrical-coordinate representation of color #2AF31D: hue angle of 116.36º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AF31D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 243 | 29 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.05 |
| HSL | 116.36º | 0.9% | 0.53% | - |
| HSV(B) | 116.36º | 0.88% | 0.95% | - |
| XYZ | 33.23 | 64.68 | 11.9 | - |
| YUV | 158.51 | 54.91 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 243 | 29 | 0.83 | 0 | 0.88 | 0.05 | 116.36 | 0.9 | 0.53 |
| Hex | 2A | F3 | 1D | 53 | 0 | 58 | 5 | 74 | 5A | 35 |
| Octal | 52 | 363 | 35 | 123 | 0 | 130 | 5 | 164 | 132 | 65 |
| Binary | 101010 | 11110011 | 11101 | 1010011 | 0 | 1011000 | 101 | 1110100 | 1011010 | 110101 |
Color Harmonies of #2AF31D
Complementary color
Monochromatic Colors of #2AF31D
Black with #2AF31D
Text Example
Text Example
White with #2AF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF31D; }
p { color: rgb(42,243,29); }
H1.HeaderClassName
{
color: #2AF31D;
}
.AnyTagClassName
{
color: #2AF31D;
}
</style>
background-color css
<style>
a { background-color: #2AF31D; }
a { background-color: rgb(42,243,29); }
div.DivClassName
{
background-color: #2AF31D;
}
.BgClassName
{
background-color: #2AF31D;
}
</style>
border-color css
<style>
span { border-color: #2AF31D; }
span { border-color: rgb(42,243,29); }
td.TdClassName
{
border-color: #2AF31D;
}
.TagClassName
{
border-color: #2AF31D;
}
</style>