Shades of Free Speech Green #2AF92A
Tints of Free Speech Green #2AF92A
RGB
CMYK
RGB Variations
Color information
#2AF92A (or 0x2AF92A) is known color: Free Speech Green. HEX triplet: 2A, F9 and 2A. RGB value is (42,249,42). Sum of RGB (Red+Green+Blue) = 42+249+42=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF92A is #D506D5. Grayscale: #A4A4A4. Windows color (decimal): -13960918 or 2816298. OLE color: 2816298.
HSL color Cylindrical-coordinate representation of color #2AF92A: hue angle of 120º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF92A is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 42 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.02 |
| HSL | 120º | 0.95% | 0.57% | - |
| HSV(B) | 120º | 0.83% | 0.98% | - |
| XYZ | 35.25 | 68.41 | 13.54 | - |
| YUV | 163.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 42 | 0.83 | 0 | 0.83 | 0.02 | 120 | 0.95 | 0.57 |
| Hex | 2A | F9 | 2A | 53 | 0 | 53 | 2 | 78 | 5F | 39 |
| Octal | 52 | 371 | 52 | 123 | 0 | 123 | 2 | 170 | 137 | 71 |
| Binary | 101010 | 11111001 | 101010 | 1010011 | 0 | 1010011 | 10 | 1111000 | 1011111 | 111001 |
Color Harmonies of #2AF92A
Complementary color
Monochromatic Colors of #2AF92A
Black with #2AF92A
Text Example
Text Example
White with #2AF92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF92A; }
p { color: rgb(42,249,42); }
H1.HeaderClassName
{
color: #2AF92A;
}
.AnyTagClassName
{
color: #2AF92A;
}
</style>
background-color css
<style>
a { background-color: #2AF92A; }
a { background-color: rgb(42,249,42); }
div.DivClassName
{
background-color: #2AF92A;
}
.BgClassName
{
background-color: #2AF92A;
}
</style>
border-color css
<style>
span { border-color: #2AF92A; }
span { border-color: rgb(42,249,42); }
td.TdClassName
{
border-color: #2AF92A;
}
.TagClassName
{
border-color: #2AF92A;
}
</style>