Shades of Free Speech Green #2AFF1C
Tints of Free Speech Green #2AFF1C
RGB
CMYK
RGB Variations
Color information
#2AFF1C (or 0x2AFF1C) is known color: Free Speech Green. HEX triplet: 2A, FF and 1C. RGB value is (42,255,28). Sum of RGB (Red+Green+Blue) = 42+255+28=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF1C is #D500E3. Grayscale: #A6A6A6. Windows color (decimal): -13959396 or 1900330. OLE color: 1900330.
HSL color Cylindrical-coordinate representation of color #2AFF1C: hue angle of 116.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AFF1C is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 28 | - |
| CMYK | 0.84 | 0 | 0.89 | 0 |
| HSL | 116.3º | 1% | 0.55% | - |
| HSV(B) | 116.3º | 0.89% | 1% | - |
| XYZ | 36.92 | 72.1 | 13.07 | - |
| YUV | 165.44 | 50.43 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 28 | 0.84 | 0 | 0.89 | 0 | 116.3 | 1 | 0.55 |
| Hex | 2A | FF | 1C | 54 | 0 | 59 | 0 | 74 | 64 | 37 |
| Octal | 52 | 377 | 34 | 124 | 0 | 131 | 0 | 164 | 144 | 67 |
| Binary | 101010 | 11111111 | 11100 | 1010100 | 0 | 1011001 | 0 | 1110100 | 1100100 | 110111 |
Color Harmonies of #2AFF1C
Complementary color
Monochromatic Colors of #2AFF1C
Black with #2AFF1C
Text Example
Text Example
White with #2AFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF1C; }
p { color: rgb(42,255,28); }
H1.HeaderClassName
{
color: #2AFF1C;
}
.AnyTagClassName
{
color: #2AFF1C;
}
</style>
background-color css
<style>
a { background-color: #2AFF1C; }
a { background-color: rgb(42,255,28); }
div.DivClassName
{
background-color: #2AFF1C;
}
.BgClassName
{
background-color: #2AFF1C;
}
</style>
border-color css
<style>
span { border-color: #2AFF1C; }
span { border-color: rgb(42,255,28); }
td.TdClassName
{
border-color: #2AFF1C;
}
.TagClassName
{
border-color: #2AFF1C;
}
</style>