Shades of Free Speech Green #2AFF30
Tints of Free Speech Green #2AFF30
RGB
CMYK
RGB Variations
Color information
#2AFF30 (or 0x2AFF30) is known color: Free Speech Green. HEX triplet: 2A, FF and 30. RGB value is (42,255,48). Sum of RGB (Red+Green+Blue) = 42+255+48=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFF30 is #D500CF. Grayscale: #A8A8A8. Windows color (decimal): -13959376 or 3211050. OLE color: 3211050.
HSL color Cylindrical-coordinate representation of color #2AFF30: hue angle of 121.69º 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 #2AFF30 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 48 | - |
| CMYK | 0.84 | 0 | 0.81 | 0 |
| HSL | 121.69º | 1% | 0.58% | - |
| HSV(B) | 121.69º | 0.84% | 1% | - |
| XYZ | 37.25 | 72.23 | 14.77 | - |
| YUV | 167.72 | 60.43 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 48 | 0.84 | 0 | 0.81 | 0 | 121.69 | 1 | 0.58 |
| Hex | 2A | FF | 30 | 54 | 0 | 51 | 0 | 7A | 64 | 3A |
| Octal | 52 | 377 | 60 | 124 | 0 | 121 | 0 | 172 | 144 | 72 |
| Binary | 101010 | 11111111 | 110000 | 1010100 | 0 | 1010001 | 0 | 1111010 | 1100100 | 111010 |
Color Harmonies of #2AFF30
Complementary color
Monochromatic Colors of #2AFF30
Black with #2AFF30
Text Example
Text Example
White with #2AFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF30; }
p { color: rgb(42,255,48); }
H1.HeaderClassName
{
color: #2AFF30;
}
.AnyTagClassName
{
color: #2AFF30;
}
</style>
background-color css
<style>
a { background-color: #2AFF30; }
a { background-color: rgb(42,255,48); }
div.DivClassName
{
background-color: #2AFF30;
}
.BgClassName
{
background-color: #2AFF30;
}
</style>
border-color css
<style>
span { border-color: #2AFF30; }
span { border-color: rgb(42,255,48); }
td.TdClassName
{
border-color: #2AFF30;
}
.TagClassName
{
border-color: #2AFF30;
}
</style>