Shades of Free Speech Green #2AFA2D
Tints of Free Speech Green #2AFA2D
RGB
CMYK
RGB Variations
Color information
#2AFA2D (or 0x2AFA2D) is known color: Free Speech Green. HEX triplet: 2A, FA and 2D. RGB value is (42,250,45). Sum of RGB (Red+Green+Blue) = 42+250+45=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 250 (98.05% from 255 or 74.18% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFA2D is #D505D2. Grayscale: #A5A5A5. Windows color (decimal): -13960659 or 3013162. OLE color: 3013162.
HSL color Cylindrical-coordinate representation of color #2AFA2D: hue angle of 120.87º 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 #2AFA2D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 45 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.02 |
| HSL | 120.87º | 0.95% | 0.57% | - |
| HSV(B) | 120.87º | 0.83% | 0.98% | - |
| XYZ | 35.61 | 69.05 | 13.93 | - |
| YUV | 164.44 | 60.59 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 45 | 0.83 | 0 | 0.82 | 0.02 | 120.87 | 0.95 | 0.57 |
| Hex | 2A | FA | 2D | 53 | 0 | 52 | 2 | 79 | 5F | 39 |
| Octal | 52 | 372 | 55 | 123 | 0 | 122 | 2 | 171 | 137 | 71 |
| Binary | 101010 | 11111010 | 101101 | 1010011 | 0 | 1010010 | 10 | 1111001 | 1011111 | 111001 |
Color Harmonies of #2AFA2D
Complementary color
Monochromatic Colors of #2AFA2D
Black with #2AFA2D
Text Example
Text Example
White with #2AFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA2D; }
p { color: rgb(42,250,45); }
H1.HeaderClassName
{
color: #2AFA2D;
}
.AnyTagClassName
{
color: #2AFA2D;
}
</style>
background-color css
<style>
a { background-color: #2AFA2D; }
a { background-color: rgb(42,250,45); }
div.DivClassName
{
background-color: #2AFA2D;
}
.BgClassName
{
background-color: #2AFA2D;
}
</style>
border-color css
<style>
span { border-color: #2AFA2D; }
span { border-color: rgb(42,250,45); }
td.TdClassName
{
border-color: #2AFA2D;
}
.TagClassName
{
border-color: #2AFA2D;
}
</style>