Shades of Free Speech Green #2AFC1B
Tints of Free Speech Green #2AFC1B
RGB
CMYK
RGB Variations
Color information
#2AFC1B (or 0x2AFC1B) is known color: Free Speech Green. HEX triplet: 2A, FC and 1B. RGB value is (42,252,27). Sum of RGB (Red+Green+Blue) = 42+252+27=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 252 (98.83% from 255 or 78.50% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFC1B is #D503E4. Grayscale: #A4A4A4. Windows color (decimal): -13960165 or 1834026. OLE color: 1834026.
HSL color Cylindrical-coordinate representation of color #2AFC1B: hue angle of 116º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AFC1B is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 27 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.01 |
| HSL | 116º | 0.97% | 0.55% | - |
| HSV(B) | 116º | 0.89% | 0.99% | - |
| XYZ | 35.96 | 70.19 | 12.69 | - |
| YUV | 163.56 | 50.93 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 27 | 0.83 | 0 | 0.89 | 0.01 | 116 | 0.97 | 0.55 |
| Hex | 2A | FC | 1B | 53 | 0 | 59 | 1 | 74 | 61 | 37 |
| Octal | 52 | 374 | 33 | 123 | 0 | 131 | 1 | 164 | 141 | 67 |
| Binary | 101010 | 11111100 | 11011 | 1010011 | 0 | 1011001 | 1 | 1110100 | 1100001 | 110111 |
Color Harmonies of #2AFC1B
Complementary color
Monochromatic Colors of #2AFC1B
Black with #2AFC1B
Text Example
Text Example
White with #2AFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC1B; }
p { color: rgb(42,252,27); }
H1.HeaderClassName
{
color: #2AFC1B;
}
.AnyTagClassName
{
color: #2AFC1B;
}
</style>
background-color css
<style>
a { background-color: #2AFC1B; }
a { background-color: rgb(42,252,27); }
div.DivClassName
{
background-color: #2AFC1B;
}
.BgClassName
{
background-color: #2AFC1B;
}
</style>
border-color css
<style>
span { border-color: #2AFC1B; }
span { border-color: rgb(42,252,27); }
td.TdClassName
{
border-color: #2AFC1B;
}
.TagClassName
{
border-color: #2AFC1B;
}
</style>