Shades of Free Speech Green #2AFE19
Tints of Free Speech Green #2AFE19
RGB
CMYK
RGB Variations
Color information
#2AFE19 (or 0x2AFE19) is known color: Free Speech Green. HEX triplet: 2A, FE and 19. RGB value is (42,254,25). Sum of RGB (Red+Green+Blue) = 42+254+25=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AFE19 is #D501E6. Grayscale: #A5A5A5. Windows color (decimal): -13959655 or 1703466. OLE color: 1703466.
HSL color Cylindrical-coordinate representation of color #2AFE19: hue angle of 115.55º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AFE19 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 25 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.00 |
| HSL | 115.55º | 0.99% | 0.55% | - |
| HSV(B) | 115.55º | 0.9% | 1% | - |
| XYZ | 36.57 | 71.45 | 12.78 | - |
| YUV | 164.51 | 49.26 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 25 | 0.83 | 0 | 0.90 | 0.00 | 115.55 | 0.99 | 0.55 |
| Hex | 2A | FE | 19 | 53 | 0 | 5A | 0 | 74 | 63 | 37 |
| Octal | 52 | 376 | 31 | 123 | 0 | 132 | 0 | 164 | 143 | 67 |
| Binary | 101010 | 11111110 | 11001 | 1010011 | 0 | 1011010 | 0 | 1110100 | 1100011 | 110111 |
Color Harmonies of #2AFE19
Complementary color
Monochromatic Colors of #2AFE19
Black with #2AFE19
Text Example
Text Example
White with #2AFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE19; }
p { color: rgb(42,254,25); }
H1.HeaderClassName
{
color: #2AFE19;
}
.AnyTagClassName
{
color: #2AFE19;
}
</style>
background-color css
<style>
a { background-color: #2AFE19; }
a { background-color: rgb(42,254,25); }
div.DivClassName
{
background-color: #2AFE19;
}
.BgClassName
{
background-color: #2AFE19;
}
</style>
border-color css
<style>
span { border-color: #2AFE19; }
span { border-color: rgb(42,254,25); }
td.TdClassName
{
border-color: #2AFE19;
}
.TagClassName
{
border-color: #2AFE19;
}
</style>