Shades of Free Speech Green #2AFF2D
Tints of Free Speech Green #2AFF2D
RGB
CMYK
RGB Variations
Color information
#2AFF2D (or 0x2AFF2D) is known color: Free Speech Green. HEX triplet: 2A, FF and 2D. RGB value is (42,255,45). Sum of RGB (Red+Green+Blue) = 42+255+45=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF2D is #D500D2. Grayscale: #A7A7A7. Windows color (decimal): -13959379 or 3014442. OLE color: 3014442.
HSL color Cylindrical-coordinate representation of color #2AFF2D: hue angle of 120.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF2D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0 |
| HSL | 120.85º | 1% | 0.58% | - |
| HSV(B) | 120.85º | 0.84% | 1% | - |
| XYZ | 37.19 | 72.2 | 14.46 | - |
| YUV | 167.37 | 58.93 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 45 | 0.84 | 0 | 0.82 | 0 | 120.85 | 1 | 0.58 |
| Hex | 2A | FF | 2D | 54 | 0 | 52 | 0 | 79 | 64 | 3A |
| Octal | 52 | 377 | 55 | 124 | 0 | 122 | 0 | 171 | 144 | 72 |
| Binary | 101010 | 11111111 | 101101 | 1010100 | 0 | 1010010 | 0 | 1111001 | 1100100 | 111010 |
Color Harmonies of #2AFF2D
Complementary color
Monochromatic Colors of #2AFF2D
Black with #2AFF2D
Text Example
Text Example
White with #2AFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF2D; }
p { color: rgb(42,255,45); }
H1.HeaderClassName
{
color: #2AFF2D;
}
.AnyTagClassName
{
color: #2AFF2D;
}
</style>
background-color css
<style>
a { background-color: #2AFF2D; }
a { background-color: rgb(42,255,45); }
div.DivClassName
{
background-color: #2AFF2D;
}
.BgClassName
{
background-color: #2AFF2D;
}
</style>
border-color css
<style>
span { border-color: #2AFF2D; }
span { border-color: rgb(42,255,45); }
td.TdClassName
{
border-color: #2AFF2D;
}
.TagClassName
{
border-color: #2AFF2D;
}
</style>